| Package | Description |
|---|---|
| _templates.java.util | |
| _templates.javolution.util |
| Modifier and Type | Class and Description |
|---|---|
class |
LinkedList |
| Modifier and Type | Method and Description |
|---|---|
static FastList |
FastList.newInstance()
Returns a new, preallocated or
recycled list instance
(on the stack when executing in a StackContext). |
FastList |
FastList.setValueComparator(FastComparator comparator)
Sets the comparator to use for value equality.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FastList.recycle(FastList instance)
Recycles a list
instance immediately
(on the stack when executing in a StackContext). |
Copyright © 2005–2021 Javolution. All rights reserved.