Maven module :un.api : api-common :
Class : un.api.collection.OrderedHashDictionary
Extends/Implements : un.api.collection.HashDictionary
Subclasses : -

HashDictionnary preserving insertion order.
author  Johann Sorel


Variables : -
Functions : OrderedHashDictionary, OrderedHashDictionary, OrderedHashDictionary, getKeys, getValues, getPairs, add, remove



public void OrderedHashDictionary ()

public void OrderedHashDictionary (Hasher hasher)

public void OrderedHashDictionary (Hasher hasher, int size)

public Set getKeys ()

public Collection getValues ()

public Collection getPairs ()

public void add (Object key, Object value)

public Object remove (Object key)