Package com.saperion.common.lang.criterion
Contains the
Criterion interface and some standard implementations for
simple filter-oriented programming.-
Interface Summary Interface Description Criterion<T> An interface to define a criterion (usually for use in some kind of filtering method). -
Class Summary Class Description AndCriterion<T> ACriterionthat recombines two existing criteria.InstanceOfCriterion<T> ACriterionthat tests instances against a specified class.NotCriterion<T> OrCriterion<T> ACriterionthat recombines two existing criteria. -
Enum Summary Enum Description CriterionIsSatisfiedByNullType Enumerates different behavior types for a call toCriterion.isSatisfiedBy(Object)with anull-value.