Uses of Interface
org.directwebremoting.datasync.ComparatorFactory

Packages that use ComparatorFactory
org.directwebremoting.datasync   
 

Uses of ComparatorFactory in org.directwebremoting.datasync
 

Classes in org.directwebremoting.datasync that implement ComparatorFactory
 class DefaultComparatorFactory<T>
          A ComparatorFactory that assumes that
 

Constructors in org.directwebremoting.datasync with parameters of type ComparatorFactory
MapStoreProvider(java.util.Map<java.lang.String,T> datamap, java.lang.Class<T> type, ComparatorFactory<T> comparatorFactory)
          Initialize the MapStoreProvider from an existing map + specified type.
MapStoreProvider(java.util.Map<java.lang.String,T> map, java.lang.Class<T> type, java.util.List<SortCriterion> defaultCriteria, ComparatorFactory<T> comparatorFactory)
          Initialize the MapStoreProvider from an existing map + specified type along with some sort criteria to be used when the client does not specify sorting.
SortCriteriaComparator(java.util.List<SortCriterion> sort, ComparatorFactory<T> comparatorFactory)
          All SortCriteriaComparators need a set of things to sort on and a way to get the values to sort
 


Copyright ยจ 2008