Uses of Class
org.apache.openjpa.lib.util.collections.ComparableComparator
-
Packages that use ComparableComparator Package Description org.apache.openjpa.lib.util.collections commons-collections4 import. -
-
Uses of ComparableComparator in org.apache.openjpa.lib.util.collections
Fields in org.apache.openjpa.lib.util.collections declared as ComparableComparator Modifier and Type Field Description static ComparableComparator
ComparableComparator. INSTANCE
The singleton instance.Methods in org.apache.openjpa.lib.util.collections that return ComparableComparator Modifier and Type Method Description static <E extends java.lang.Comparable<? super E>>
ComparableComparator<E>ComparableComparator. comparableComparator()
Gets the singleton instance of a ComparableComparator.
-