Uses of Package
org.apache.commons.functor.core.comparator

Packages that use org.apache.commons.functor.core.comparator
org.apache.commons.functor.core.comparator Comparator- and Comparable-based functors, algorithms and utilities. 
 

Classes in org.apache.commons.functor.core.comparator used by org.apache.commons.functor.core.comparator
ComparatorFunction
          Adapts a Comparator to the BinaryFunction interface.
IsEquivalent
          A BinaryPredicate that tests true iff the left argument is equal to the right argument under the specified Comparator.
IsGreaterThan
          A BinaryPredicate that tests true iff the left argument is greater than the right argument under the specified Comparator.
IsGreaterThanOrEqual
          A BinaryPredicate that tests true iff the left argument is greater than or equal to the right argument under the specified Comparator.
IsLessThan
          A BinaryPredicate that tests true iff the left argument is greater than the right argument under the specified Comparator.
IsLessThanOrEqual
          A BinaryPredicate that tests true iff the left argument is less than or equal to the right argument under the specified Comparator.
IsNotEquivalent
          A BinaryPredicate that tests true iff the left argument is not equal to the right argument under the specified Comparator.
IsWithinRange
          A UnaryPredicate that tests whether a Comparable object is within a range.
Max
          Adapts a Comparator to the BinaryFunction interface.
Min
          Adapts a Comparator to the BinaryFunction interface.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.