Uses of Interface
net.sf.jsort.linear.IndexResolver

Packages that use IndexResolver
net.sf.jsort.linear   
net.sf.jsort.util   
 

Uses of IndexResolver in net.sf.jsort.linear
 

Classes in net.sf.jsort.linear that implement IndexResolver
static class RadixSort.RadixIndexResolver
          A proxy implementation of IndexResolver that stripe a digit from index.
 

Methods in net.sf.jsort.linear with parameters of type IndexResolver
 void LinearSort.sort(java.util.List list, IndexResolver resolver)
          Sort the list using the specified IndexResolver
 void BaseLinearSort.sort(java.util.List list, IndexResolver resolver)
           
 void LinearSort.sort(java.util.List list, IndexResolver resolver, int start, int end)
          Sort a specific range of the list using the IndexResolver
 void BaseLinearSort.sort(java.util.List list, IndexResolver resolver, int start, int end)
           
 void LinearSort.sort(java.lang.Object[] list, IndexResolver resolver)
          Sort the list using the specified IndexResolver
 void BaseLinearSort.sort(java.lang.Object[] list, IndexResolver resolver)
           
 void LinearSort.sort(java.lang.Object[] list, IndexResolver resolver, int start, int end)
          Sort a specific range of the list, using the specified resolver.
 void BaseLinearSort.sort(java.lang.Object[] list, IndexResolver resolver, int start, int end)
           
abstract  void BaseLinearSort.sort(java.lang.Object[] list, IndexResolver resolver, int start, int end, int maxIndex)
           
 void CountingSort.sort(java.lang.Object[] list, IndexResolver resolver, int start, int end, int maxIndex)
           
 void RadixSort.sort(java.lang.Object[] list, IndexResolver resolver, int start, int end, int maxIndex)
           
 

Constructors in net.sf.jsort.linear with parameters of type IndexResolver
RadixSort.RadixIndexResolver(IndexResolver aResolver, int digit)
           
 

Uses of IndexResolver in net.sf.jsort.util
 

Classes in net.sf.jsort.util that implement IndexResolver
 class ClassCastIndexResolver
          A implementation of IndexResolver based on IndexResolver class.
 

Methods in net.sf.jsort.util that return IndexResolver
static IndexResolver ClassCastIndexResolver.getInstance()
           
 



Copyright © 2005-2008 Domingos Creado. All Rights Reserved.