Maven module :un.api : api-common :
Class :
un.api.collection.Dictionary
Extends/Implements :
un.api.event.EventSource
Subclasses : -
Variables : -
Functions :
getSize,
getKeys,
getValues,
getPairs,
getValue,
add,
addAll,
remove,
removeAll
int
getSize ()
Set
getKeys ()
Collection
getValues ()
Collection
getPairs ()
Object
getValue (Object key)
void
add (Object key, Object value)
void
addAll (Dictionary index)
Object
remove (Object key)
void
removeAll ()
The name Dictionary has been choosen by ISO.
author Johann Sorel