Uses of Enum
org.apache.commons.collections4.functors.ComparatorPredicate.Criterion
Package
Description
-
Uses of ComparatorPredicate.Criterion in org.apache.commons.collections4.functors
Modifier and TypeMethodDescriptionReturns 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 are declared.Modifier and TypeMethodDescriptionstatic <T> Predicate<T>
ComparatorPredicate.comparatorPredicate
(T object, Comparator<T> comparator, ComparatorPredicate.Criterion criterion) Factory to create the comparator predicateModifierConstructorDescriptionComparatorPredicate
(T object, Comparator<T> comparator, ComparatorPredicate.Criterion criterion) Constructor that performs no validation.