@Deprecated public class ManagedLinkedList<T> extends Object
ManagedConcurrentLinkedQueue
Constructor | Description |
---|---|
ManagedLinkedList(ReferenceBundle bundle) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
add(T value) |
Deprecated.
adds a value to the list
|
boolean |
isEmpty() |
Deprecated.
returns if the list is empty
|
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 Iterator<T> iterator()
public T[] toArray(T[] tArray)
tArray
- the source arraypublic boolean isEmpty()