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