Uses of Class
javolution.util.FastSet

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
<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.
 

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).
 



Copyright © 2005-2012 Javolution. All Rights Reserved.