|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.concurrent.CopyOnWriteArrayList<E>
org.jboss.webbeans.util.collections.ConcurrentList<E>
public class ConcurrentList<E>
Implementation of ConcurrentCollection
using a
CopyOnWriteArrayList
Constructor Summary | |
---|---|
ConcurrentList()
|
|
ConcurrentList(java.util.Collection<? extends E> collection)
|
|
ConcurrentList(E[] array)
|
Method Summary | ||
---|---|---|
static
|
emptyList()
|
Methods inherited from class java.util.concurrent.CopyOnWriteArrayList |
---|
add, add, addAll, addAll, addAllAbsent, addIfAbsent, clear, clone, contains, containsAll, equals, get, hashCode, indexOf, indexOf, isEmpty, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.webbeans.util.collections.ConcurrentCollection |
---|
addAllAbsent, addIfAbsent |
Methods inherited from interface java.util.Collection |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Constructor Detail |
---|
public ConcurrentList()
public ConcurrentList(java.util.Collection<? extends E> collection)
public ConcurrentList(E[] array)
Method Detail |
---|
public static <E> ConcurrentList<E> emptyList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |