| Package | Description |
|---|---|
| javolution.util |
| Modifier and Type | Method and Description |
|---|---|
static <E> FastSet<E> |
FastSet.newInstance()
Returns a new, preallocated or
recycled set instance
(on the stack when executing in a StackContext). |
FastSet<E> |
FastSet.setValueComparator(FastComparator<? super E> comparator)
Sets the comparator to use for value equality.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FastSet.recycle(FastSet instance)
Recycles a set
instance immediately
(on the stack when executing in a StackContext). |
Copyright © 2005–2024 Javolution. All rights reserved.