Package org.millscript.commons.util.comparators

Class Summary
ComparableComparator<T extends Comparable<T>> This comparator is used for sorting a set of Comparable objects.
MapletKeyComparator<T> This comparator is used for sorting a set of Maplet based on their keys, using a given comparator.
MapletValueComparator<T> This comparator is used for sorting a set of Maplet based on their values, using a given comparator.
NullHighComparableComparator<T extends Comparable<T>> This comparator is used for sorting a set of Comparable objects, allowing null.
NullLowComparableComparator<T extends Comparable<T>> This comparator is used for sorting a set of Comparable objects, allowing null.
 



Copyright © 2005-2007 Open World Ltd. All Rights Reserved.