Uses of Interface
org.expasy.jpl.commons.base.builder.StringBasedFactory

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

Uses of StringBasedFactory in org.expasy.jpl.commons.collection.sorter
 

Classes in org.expasy.jpl.commons.collection.sorter that implement StringBasedFactory
 class AbstractStringBasedComparator<T,V>
          The base class for {@code StringBasedC
 class ChainedStringCodedComparator<T>
          This class is a chained StringCodedComparator as it is a ChainedComparator where each comparators are instanciate from string.
 class NumberStringBasedComparator<T>
           
 class StringCodedComparatorFactory<T>
          This object is a factory that create Comparator<T>s based on String (comparator-id:comparator-logic).
 class StringStringBasedComparator<T>
           
 

Methods in org.expasy.jpl.commons.collection.sorter with parameters of type StringBasedFactory
 void StringCodedComparatorFactory.register(String id, StringBasedFactory<Comparator<T>> factory)
           
 



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