| Package | Description |
|---|---|
| gnu.trove.list | |
| gnu.trove.list.linked |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TLinkable<T extends TLinkable
Interface for Objects which can be inserted into a TLinkedList.
|
class |
TLinkableAdapter<T extends TLinkable
Simple adapter class implementing
TLinkable, so you don't have to.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TLinkableAdapter<T extends TLinkable
Simple adapter class implementing
TLinkable, so you don't have to.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TLinkedList<T extends TLinkable
A LinkedList implementation which holds instances of type
TLinkable.
|
| Modifier and Type | Field and Description |
|---|---|
protected T |
TLinkedList._head
the head of the list
|
protected T |
TLinkedList._tail
the tail of the list
|
| Modifier and Type | Method and Description |
|---|---|
T[] |
TLinkedList.toUnlinkedArray(T[] a)
Returns a typed array of the objects in the set.
|
| Modifier and Type | Method and Description |
|---|---|
T[] |
TLinkedList.toUnlinkedArray(T[] a)
Returns a typed array of the objects in the set.
|