Uses of Class
javolution.util.FastList

Packages that use FastList
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 FastList in javolution.util
 

Methods in javolution.util that return FastList
static
<E> FastList<E>
FastList.newInstance()
          Returns a new, preallocated or recycled list instance (on the stack when executing in a StackContext).
 FastList<E> FastList.setValueComparator(FastComparator<? super E> comparator)
          Sets the comparator to use for value equality.
 

Methods in javolution.util with parameters of type FastList
static void FastList.recycle(FastList instance)
          Recycles a list instance immediately (on the stack when executing in a StackContext).
 



Copyright © 2005-2012 Javolution. All Rights Reserved.