NonGenericDictionary

Inheritance: java.lang.Object, com.aspose.ms.System.Collections.Generic.Dictionary

public class NonGenericDictionary<K,V> extends System.Collections.Generic.Dictionary<K,V>

Représente un dictionnaire non générique.

Constructeurs

ConstructeurDescription
NonGenericDictionary()

Méthodes

MéthodeDescription
getValuesTyped()Obtient la collection de valeurs fortement typées.
getKeysTyped()Obtient la collection de clés fortement typées.

NonGenericDictionary()

public NonGenericDictionary()

getValuesTyped()

public System.Collections.Generic.IGenericCollection<V> getValuesTyped()

Obtient la collection de valeurs fortement typées.

Returns: com.aspose.ms.System.Collections.Generic.IGenericCollection - La collection de valeurs fortement typées.

getKeysTyped()

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

Obtient la collection de clés fortement typées.

Returns: com.aspose.ms.System.Collections.Generic.IGenericCollection - La collection de clés fortement typées.