|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkedNode | |
---|---|
org.apache.activemq.apollo.util | |
org.apache.activemq.apollo.util.list |
Uses of LinkedNode in org.apache.activemq.apollo.util |
---|
Classes in org.apache.activemq.apollo.util with type parameters of type LinkedNode | |
---|---|
class |
PriorityLinkedList<E extends LinkedNode<E>>
|
Uses of LinkedNode in org.apache.activemq.apollo.util.list |
---|
Classes in org.apache.activemq.apollo.util.list with type parameters of type LinkedNode | |
---|---|
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. |
Subclasses of LinkedNode in org.apache.activemq.apollo.util.list | |
---|---|
class |
Sequence
Represents a range of numbers. |
Fields in org.apache.activemq.apollo.util.list declared as LinkedNode | |
---|---|
protected T |
LinkedNode.next
|
protected T |
LinkedNode.prev
|
Methods in org.apache.activemq.apollo.util.list that return LinkedNode | |
---|---|
T[] |
LinkedNodeList.toArray(T[] array)
Copies the nodes of the LinkedNodeList to the specified array. |
Methods in org.apache.activemq.apollo.util.list with parameters of type LinkedNode | |
---|---|
T[] |
LinkedNodeList.toArray(T[] array)
Copies the nodes of the LinkedNodeList to the specified array. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |