Uses of Class
org.apache.commons.collections4.functors.ComparatorPredicate.Criterion
-
Packages that use ComparatorPredicate.Criterion Package Description org.apache.commons.collections4.functors This package contains implementations of theClosure
,Predicate
,Transformer
andFactory
interfaces. -
-
Uses of ComparatorPredicate.Criterion in org.apache.commons.collections4.functors
Methods in org.apache.commons.collections4.functors that return ComparatorPredicate.Criterion Modifier and Type Method Description 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 are declared.Methods in org.apache.commons.collections4.functors with parameters of type ComparatorPredicate.Criterion Modifier and Type Method Description static <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.Criterion Constructor Description ComparatorPredicate(T object, Comparator<T> comparator, ComparatorPredicate.Criterion criterion)
Constructor that performs no validation.
-