Uses of Package
org.apache.commons.functor.core.comparator
Packages that use org.apache.commons.functor.core.comparator
-
Classes in org.apache.commons.functor.core.comparator used by org.apache.commons.functor.core.comparatorClassDescriptionSee Commons-Collections for a public version of this class.Adapts a
Comparatorto theBinaryFunctioninterface.ABinaryPredicatethatteststrueiff the left argument is equal to the right argument under the specifiedComparator.ABinaryPredicatethatteststrueiff the left argument is greater than the right argument under the specifiedComparator.ABinaryPredicatethatteststrueiff the left argument is greater than or equal to the right argument under the specifiedComparator.ABinaryPredicatethatteststrueiff the left argument is greater than the right argument under the specifiedComparator.ABinaryPredicatethatteststrueiff the left argument is less than or equal to the right argument under the specifiedComparator.ABinaryPredicatethatteststrueiff the left argument is not equal to the right argument under the specifiedComparator.AUnaryPredicatethat tests whether aComparableobject is within a range.Adapts aComparatorto theBinaryFunctioninterface.Adapts aComparatorto theBinaryFunctioninterface.