Uses of Enum
org.apache.commons.collections4.functors.ComparatorPredicate.Criterion
Packages that use ComparatorPredicate.Criterion
Package
Description
This package contains implementations of the
Closure,
Predicate,
Transformer and
Factory interfaces.-
Uses of ComparatorPredicate.Criterion in org.apache.commons.collections4.functors
Subclasses with type arguments of type ComparatorPredicate.Criterion in org.apache.commons.collections4.functorsMethods in org.apache.commons.collections4.functors that return ComparatorPredicate.CriterionModifier 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.Methods in org.apache.commons.collections4.functors with parameters of type ComparatorPredicate.CriterionModifier and TypeMethodDescriptionstatic <T> Predicate<T> ComparatorPredicate.comparatorPredicate(T object, Comparator<T> comparator, ComparatorPredicate.Criterion criterion) Factory to create the comparator predicateConstructors in org.apache.commons.collections4.functors with parameters of type ComparatorPredicate.CriterionModifierConstructorDescriptionComparatorPredicate(T object, Comparator<T> comparator, ComparatorPredicate.Criterion criterion) Constructor that performs no validation.