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
Subclasses with type arguments of type ComparatorPredicate.Criterion in org.apache.commons.collections4.functorsModifier and TypeClassDescriptionstatic enum
Enumerates the comparator criteria.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.