Maven module :un.api : api-common :
Class :
un.api.collection.AbstractCollection
Extends/Implements :
un.api.event.AbstractEventSource
un.api.collection.Collection
Subclasses : -
Variables : -
Functions :
addAll,
addAll,
removeAll,
removeAll,
removeAll,
replaceAll,
replaceAll,
contains,
getSize,
isEmpty,
getEventClasses,
toArray,
fireAdd,
fireRemove,
fireReplace,
fireReplaceAll,
toChars
public boolean
addAll (Object[] candidate)
public boolean
addAll (Collection candidate)
public boolean
removeAll (Collection candidate)
public boolean
removeAll (Object[] candidate)
public boolean
removeAll ()
public void
replaceAll (Collection items)
public void
replaceAll (Object[] items)
public boolean
contains (Object candidate)
public int
getSize ()
public boolean
isEmpty ()
public Class[]
getEventClasses ()
public Object[]
toArray ()
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)
protected void
fireReplaceAll (int startIndex, int endIndex, Object[] olds, Object[] news)
public Chars
toChars ()
to implements methods :
- addAll
- removeAll
- contains
- getSize
- isEmpty
author Johann Sorel