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 classNaturalComparator<T>The NaturalComparator will compare object using their natural order.classNullComparator<T>A NullComparator extends an existing comparator so it can handle null values.
-