public class NonGenericDictionary<K,V>
extends com.aspose.ms.System.Collections.Generic.Dictionary<K,V>
Represents a non generic dictionary.
com.aspose.ms.System.Collections.Generic.Dictionary.Enumerator<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.KeyCollection<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.LinkSlots, com.aspose.ms.System.Collections.Generic.Dictionary.ValueCollection<TKey,TValue>
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.
|
addItem, addItem, clear, containsItem, containsKey, containsValue, copyTo, copyToTArray, get_Item, getComparer, getDictionaryEntryEnumerator, getKeys, getSyncRoot, getValues, isFixedSize, isReadOnly, isSynchronized, iterator, removeItem, removeItemByKey, set_Item, size, tryGetValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
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.