NonGenericDictionary
Inheritance: java.lang.Object, com.aspose.ms.System.Collections.Generic.Dictionary
public class NonGenericDictionary<K,V> extends System.Collections.Generic.Dictionary<K,V>
Representa un diccionario no genérico.
Constructores
| Constructor | Descripción |
|---|---|
| NonGenericDictionary() |
Métodos
| Método | Descripción |
|---|---|
| getValuesTyped() | Obtiene la colección de valores fuertemente tipados. |
| getKeysTyped() | Obtiene la colección de claves fuertemente tipadas. |
NonGenericDictionary()
public NonGenericDictionary()
getValuesTyped()
public System.Collections.Generic.IGenericCollection<V> getValuesTyped()
Obtiene la colección de valores fuertemente tipados.
Returns:
com.aspose.ms.System.Collections.Generic.IGenericCollection
getKeysTyped()
public System.Collections.Generic.IGenericCollection<K> getKeysTyped()
Obtiene la colección de claves fuertemente tipadas.
Returns:
com.aspose.ms.System.Collections.Generic.IGenericCollection