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

ConstructorDescripción
NonGenericDictionary()

Métodos

MétodoDescripció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 - La colección de valores fuertemente tipados.

getKeysTyped()

public System.Collections.Generic.IGenericCollection<K> getKeysTyped()

Obtiene la colección de claves fuertemente tipadas.

Returns: com.aspose.ms.System.Collections.Generic.IGenericCollection - La colección de claves fuertemente tipadas.