ManagedConcurrentLinkedQueue@Deprecated
public class ManagedLinkedList<T>
extends java.lang.Object
| Constructor and Description | 
|---|
| ManagedLinkedList(ReferenceBundle bundle)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(T value)Deprecated.  adds a value to the list | 
| boolean | isEmpty()Deprecated.  returns if the list is empty | 
| java.util.Iterator<T> | iterator()Deprecated.  returns an iterator, which allows the removal of elements. | 
| T[] | toArray(T[] tArray)Deprecated.  Returns an array of non null elements from the source array. | 
public ManagedLinkedList(ReferenceBundle bundle)
public void add(T value)
value - the valuepublic java.util.Iterator<T> iterator()
public T[] toArray(T[] tArray)
tArray - the source arraypublic boolean isEmpty()