Class HashDictionary<TKey,​TValue>

  • All Implemented Interfaces:
    ICollectionValue<java.util.Map.Entry<TKey,​TValue>>, IDictionary<TKey,​TValue>, java.lang.Iterable<java.util.Map.Entry<TKey,​TValue>>
    Direct Known Subclasses:
    ElementHashDictionary

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