Package org.apache.commons.lang3.compare
package org.apache.commons.lang3.compare
Provides classes to work with the
Comparable
and Comparator
interfaces.- Since:
- 3.10
-
ClassDescriptionUtility library to provide helper methods for translating
Comparable.compareTo(T)
result into a boolean.ComparableUtils.ComparableCheckBuilder<A extends Comparable<A>>Provides access to the available methodsCompares Object'sObject.toString()
values.