|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FastSet | |
|---|---|
| javolution.util | Provides high-performance collection classes and miscellaneous utilities; although
this package provides very few collection classes, they are substitutes for
most of java.util.* classes (for example, java.util.IdentityHashMap would be
a FastMap with an identity key comparator). |
| Uses of FastSet in javolution.util |
|---|
| Methods in javolution.util that return FastSet | ||
|---|---|---|
static
|
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. |
|
| Methods in javolution.util with parameters of type FastSet | |
|---|---|
static void |
FastSet.recycle(FastSet instance)
Recycles a set instance immediately
(on the stack when executing in a StackContext). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||