Package | Description |
---|---|
org.fusesource.hawtdb.util.list |
Modifier and Type | Class and Description |
---|---|
class |
LinkedNode<T extends LinkedNode<T>>
Provides a base class for you to extend when you want object to maintain a
doubly linked list to other objects without using a collection class.
|
class |
LinkedNodeList<T extends LinkedNode<T>>
Provides a list of LinkedNode objects.
|
Modifier and Type | Class and Description |
---|---|
class |
Sequence
Represents a range of numbers.
|
Modifier and Type | Field and Description |
---|---|
protected T |
LinkedNodeList.head |
protected T |
LinkedNode.next |
protected T |
LinkedNode.prev |
Modifier and Type | Method and Description |
---|---|
T[] |
LinkedNodeList.toArray(T[] array)
Copies the nodes of the LinkedNodeList to the specified array.
|
Modifier and Type | Method and Description |
---|---|
T[] |
LinkedNodeList.toArray(T[] array)
Copies the nodes of the LinkedNodeList to the specified array.
|
Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.