Uses of Class
org.magicwerk.brownies.collections.helper.SingletonComparator
-
Packages that use SingletonComparator Package Description org.magicwerk.brownies.collections.helper This packages contains helper classes for the package org.magicwerk.brownies.collections. -
-
Uses of SingletonComparator in org.magicwerk.brownies.collections.helper
Subclasses of SingletonComparator in org.magicwerk.brownies.collections.helper Modifier and Type Class Description class
NaturalComparator<T>
The NaturalComparator will compare object using their natural order.class
NullComparator<T>
A NullComparator extends an existing comparator so it can handle null values.
-