Package | Description |
---|---|
_templates.java.util | |
_templates.javolution.util |
Modifier and Type | Class and Description |
---|---|
class |
HashSet |
class |
LinkedHashSet |
Modifier and Type | Method and Description |
---|---|
static FastSet |
FastSet.newInstance()
Returns a new, preallocated or
recycled set instance
(on the stack when executing in a StackContext ). |
FastSet |
FastSet.setValueComparator(FastComparator 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–2015 Javolution. All rights reserved.