public class HashDictionary<TKey,TValue>
extends com.aspose.ms.System.Collections.Generic.Dictionary<TKey,TValue>
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.Link, com.aspose.ms.System.Collections.Generic.Dictionary.ValueCollection<TKey,TValue>
Constructor and Description |
---|
HashDictionary()
Initializes new HeshDictionary collection.
|
HashDictionary(HashDictionary<TKey,TValue> otherDictionary)
Initializes new HeshDictionary collection with specified count of items.
|
HashDictionary(int count)
Initializes new HeshDictionary collection with specified count of items.
|
Modifier and Type | Method and Description |
---|---|
TValue |
get_Item_HashDictionary_New(TKey key)
Repeats Hashtable behavior - return null if key not found.
|
void |
set_Item_HashDictionary_New(TKey key,
TValue value) |
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
public HashDictionary()
Initializes new HeshDictionary collection.
public HashDictionary(int count)
Initializes new HeshDictionary collection with specified count of items.
count
- public HashDictionary(HashDictionary<TKey,TValue> otherDictionary)
Initializes new HeshDictionary collection with specified count of items.
otherDictionary
- Copyright © 2016 Aspose. All Rights Reserved.