Class ManagedLinkedList<T>
java.lang.Object
org.codehaus.groovy.util.ManagedLinkedList<T>
This class provides a very simple linked list of memory managed elements.
This class does not support concurrent modifications nor will it check
for them. This class is also not thread safe.
- Since:
- 1.6
- Author:
- Jochen Theodorou
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ManagedLinkedList
-
-
Method Details
-
add
-
iterator
-
toArray
-
isEmpty
public boolean isEmpty()returns if the list is empty- Returns:
- true if the list is empty
-