public class NonGenericDictionary<K,V>
extends com.aspose.ms.System.Collections.Generic.Dictionary<K,V>
Represents a non generic dictionary.
Constructor and Description |
---|
NonGenericDictionary() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericCollection<K> |
getKeysTyped()
Gets the strongly typed collection of keys.
|
com.aspose.ms.System.Collections.Generic.IGenericCollection<V> |
getValuesTyped()
Gets the strongly typed values collection.
|
public com.aspose.ms.System.Collections.Generic.IGenericCollection<V> getValuesTyped()
Gets the strongly typed values collection.
public com.aspose.ms.System.Collections.Generic.IGenericCollection<K> getKeysTyped()
Gets the strongly typed collection of keys.