Maven module :un.api : api-common :
Class :
un.api.collection.Collection
Extends/Implements :
un.api.event.EventSource
Subclasses : -
Variables : -
Functions :
add,
addAll,
addAll,
remove,
removeAll,
removeAll,
removeAll,
replaceAll,
replaceAll,
contains,
createIterator,
getSize,
isEmpty,
toArray
boolean
add (Object candidate)
boolean
addAll (Collection candidate)
boolean
addAll (Object[] candidate)
boolean
remove (Object candidate)
boolean
removeAll (Collection candidate)
boolean
removeAll (Object[] candidate)
boolean
removeAll ()
void
replaceAll (Collection items)
void
replaceAll (Object[] items)
boolean
contains (Object candidate)
Iterator
createIterator ()
int
getSize ()
boolean
isEmpty ()
Object[]
toArray ()
author Johann Sorel