Uses of Package
org.expasy.jpl.commons.collection.sorter

Packages that use org.expasy.jpl.commons.collection.sorter
org.expasy.jpl.commons.collection.sorter Provides sorters for arrays of primitives and generic collections of objects. 
 

Classes in org.expasy.jpl.commons.collection.sorter used by org.expasy.jpl.commons.collection.sorter
AbstractStringBasedComparator
          The base class for {@code StringBasedC
AbstractStringBasedComparator.OrderType
           
ArrayIndexComparator
          Objects implementing this interface can compare two arguments values for order, via the method to implement int compare(Integer o1, Integer o2), found at given indices of a given array.
ArraySorter
          A ArraySorter interface have to be implemented by any object that sort arrays.
ArraySorterImpl
          ArraySorter can sort any generic arrays or get sorted indices.
ChainedComparator
          A generic comparator that sorts Ts considering multiple criteria.
ChainedStringCodedComparator
          This class is a chained StringCodedComparator as it is a ChainedComparator where each comparators are instanciate from string.
ComparatorInverter
          A comparator inverter.
NumberStringBasedComparator
           
StringCodedComparatorFactory
          This object is a factory that create Comparator<T>s based on String (comparator-id:comparator-logic).
StringStringBasedComparator
           
 



Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.