Uses of Class
net.sf.cglib.ParallelSorter

Packages that use ParallelSorter
net.sf.cglib   
 

Uses of ParallelSorter in net.sf.cglib
 

Methods in net.sf.cglib that return ParallelSorter
protected abstract  ParallelSorter ParallelSorter.newInstance(java.lang.Object[] arrays)
           
static ParallelSorter ParallelSorter.create(java.lang.Object[] arrays)
          Helper method, has same effect as return create(arrays, null);
static ParallelSorter ParallelSorter.create(java.lang.Object[] arrays, java.lang.ClassLoader loader)
          Create a new ParallelSorter object for a set of arrays.
 



Copyright © 2002-2003 cglib. All Rights Reserved.