Package | Description |
---|---|
_templates.java.util | |
_templates.javolution.util |
Modifier and Type | Class and Description |
---|---|
class |
ArrayList |
Modifier and Type | Method and Description |
---|---|
static FastTable |
FastTable.newInstance()
Returns a new, preallocated or
recycled table instance
(on the stack when executing in a StackContext ). |
FastTable |
FastTable.setValueComparator(FastComparator comparator)
Sets the comparator to use for value equality or comparison if the
collection is ordered (see
sort() ). |
FastTable |
FastTable.sort()
Sorts this table in place (quick sort) using this table
value comparator
(smallest first). |
Modifier and Type | Method and Description |
---|---|
static void |
FastTable.recycle(FastTable instance)
Recycles a table
instance immediately
(on the stack when executing in a StackContext ). |
Copyright © 2005–2016 Javolution. All rights reserved.