Package | Description |
---|---|
javolution.util |
Modifier and Type | Method and Description |
---|---|
static <E> FastList<E> |
FastList.newInstance()
Returns a new, preallocated or
recycled list instance
(on the stack when executing in a StackContext ). |
FastList<E> |
FastList.setValueComparator(FastComparator<? super E> 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–2014 Javolution. All rights reserved.