Class HashDictionary<TKey,TValue>

java.lang.Object
ion.Meta.Element
ion.SyncCollections.HashDictionary<TKey,TValue>
All Implemented Interfaces:
ICollectionValue<Map.Entry<TKey,TValue>>, IDictionary<TKey,TValue>, Iterable<Map.Entry<TKey,TValue>>
Direct Known Subclasses:
ElementHashDictionary

public class HashDictionary<TKey,TValue> extends ion.Meta.Element implements IDictionary<TKey,TValue>