Uses of Enum
org.apache.commons.collections4.functors.ComparatorPredicate.Criterion
Packages that use ComparatorPredicate.Criterion
Package
Description
-
Uses of ComparatorPredicate.Criterion in org.apache.commons.collections4.functors
Methods 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) Creates 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.