Modifier and type | Type and description |
---|---|
class | ConcurrentMultiList.MultiIterator Iterator on multicollection. |
Modifier and type | Action and description |
---|---|
boolean | add(E) This function is not supported, see addCollection(ConcurrentLinkedDeque). |
boolean | addAll(Collection<E>) This function is not supported, see removeCollection(ConcurrentLinkedDeque). |
boolean | addCollection(ConcurrentLinkedDeque<E>) Add a collection inside this multicollection. |
void | clear |
boolean | contains(Object) |
boolean | containsAll(Collection<E>) This function is not supported, see removeCollection(ConcurrentLinkedDeque). |
boolean | isEmpty |
java.util.Iterator<E> | iterator |
boolean | remove(Object) This function is not supported, see removeCollection(ConcurrentLinkedDeque). |
boolean | removeAll(Collection<E>) This function is not supported, see removeCollection(ConcurrentLinkedDeque). |
boolean | removeCollection(ConcurrentLinkedDeque<E>) Remove a collection from this multicollection. |
boolean | retainAll(Collection<E>) This function is not supported, see removeCollection(ConcurrentLinkedDeque). |
int | size |
java.lang.Object | toArray |
java.lang.Object | toArray(Object) |
def add(E) : boolean
def addAll(Collection<E>) : boolean
def addCollection(ConcurrentLinkedDeque<E>) : boolean
def clear
def contains(Object) : boolean
def containsAll(Collection<E>) : boolean
def isEmpty : boolean
def iterator : java.util.Iterator<E>
def remove(Object) : boolean
def removeAll(Collection<E>) : boolean
def removeCollection(ConcurrentLinkedDeque<E>) : boolean
def retainAll(Collection<E>) : boolean
def size : int
def toArray : java.lang.Object
def toArray(Object) : java.lang.Objectwith T