Maven module :un.api : api-common :
Class :
un.api.collection.AbstractDictionary
Extends/Implements :
un.api.event.AbstractEventSource
un.api.collection.Dictionary
Subclasses : -
Variables : -
Functions :
addAll,
getEventClasses,
fireAdd,
fireRemove,
fireReplace,
getHash,
equals
public void
addAll (Dictionary index)
public Class[]
getEventClasses ()
protected void
fireAdd (int startIndex, int endIndex, Object[] news)
protected void
fireRemove (int startIndex, int endIndex, Object[] olds)
protected void
fireReplace (int startIndex, int endIndex, Object[] olds, Object[] news)
public int
getHash ()
public boolean
equals (Object obj)
author Johann Sorel