|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FastList.Node | |
|---|---|
| javolution.util | Provides high-performance collection classes and miscellaneous utilities; although
this package provides very few collection classes, they are substitutes for
most of java.util.* classes (for example, java.util.IdentityHashMap would be
a FastMap with an identity key comparator). |
| Uses of FastList.Node in javolution.util |
|---|
| Methods in javolution.util that return FastList.Node | |
|---|---|
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()
|
| Methods in javolution.util with parameters of type FastList.Node | |
|---|---|
void |
FastList.addBefore(FastList.Node<E> next,
E value)
Inserts the specified value before the specified Node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||