Package | Description |
---|---|
javolution.util |
Modifier and Type | Method and Description |
---|---|
FastList.Node<E> |
FastList.Node.getNext() |
FastList.Node<E> |
FastList.Node.getPrevious() |
FastList.Node<E> |
FastList.head() |
protected FastList.Node<E> |
FastList.newNode()
Returns a new node for this list; this method can be overriden by
custom list implementation.
|
FastList.Node<E> |
FastList.tail() |
Modifier and Type | Method and Description |
---|---|
void |
FastList.addBefore(FastList.Node<E> next,
E value)
Inserts the specified value before the specified Node.
|
Copyright © 2005–2019 Javolution. All rights reserved.