Uses of Class
org.magicwerk.brownies.collections.helper.NaturalComparator
-
Packages that use NaturalComparator Package Description org.magicwerk.brownies.collections.helper This packages contains helper classes for the package org.magicwerk.brownies.collections. -
-
Uses of NaturalComparator in org.magicwerk.brownies.collections.helper
Fields in org.magicwerk.brownies.collections.helper declared as NaturalComparator Modifier and Type Field Description private static NaturalComparator
NaturalComparator. INSTANCE
Singleton instance.Methods in org.magicwerk.brownies.collections.helper that return NaturalComparator Modifier and Type Method Description static <T> NaturalComparator<T>
NaturalComparator. INSTANCE()
Returns singleton instance.static <T> NaturalComparator<T>
NaturalComparator. INSTANCE(java.lang.Class<T> c)
Returns singleton instance.
-