|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComparatorPredicate.Criterion | |
---|---|
org.apache.commons.collections4.functors | This package contains implementations of the
Closure ,
Predicate ,
Transformer and
Factory interfaces. |
Uses of ComparatorPredicate.Criterion in org.apache.commons.collections4.functors |
---|
Methods in org.apache.commons.collections4.functors that return ComparatorPredicate.Criterion | |
---|---|
static ComparatorPredicate.Criterion |
ComparatorPredicate.Criterion.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ComparatorPredicate.Criterion[] |
ComparatorPredicate.Criterion.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.apache.commons.collections4.functors with parameters of type ComparatorPredicate.Criterion | ||
---|---|---|
static
|
ComparatorPredicate.comparatorPredicate(T object,
Comparator<T> comparator,
ComparatorPredicate.Criterion criterion)
Factory to create the comparator predicate |
Constructors in org.apache.commons.collections4.functors with parameters of type ComparatorPredicate.Criterion | |
---|---|
ComparatorPredicate(T object,
Comparator<T> comparator,
ComparatorPredicate.Criterion criterion)
Constructor that performs no validation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |