Maven module :un.api : api-common :
Class : un.api.collection.ArrayDictionary
Extends/Implements : un.api.collection.AbstractDictionary
Subclasses : -

author  Johann Sorel


Variables : -
Functions : getSize, getKeys, getValue, getValues, getPairs, add, addAll, remove, removeAll



public int getSize ()

public Set getKeys ()

public Object getValue (Object key)

public Collection getValues ()

public Collection getPairs ()

public void add (Object key, Object value)

public void addAll (Dictionary index)

public Object remove (Object key)

public void removeAll ()