Uses of Class
org.magicwerk.brownies.collections.helper.SingletonComparator
Packages that use SingletonComparator
Package
Description
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.helperModifier and TypeClassDescriptionclassThe NaturalComparator will compare object using their natural order.classA NullComparator extends an existing comparator so it can handle null values.