Uses of Package
com.saperion.common.lang.criterion
Packages that use com.saperion.common.lang.criterion
Package
Description
Contains the
Criterion
interface and some standard implementations for
simple filter-oriented programming.Contains standard iterator classes.
-
Classes in com.saperion.common.lang.criterion used by com.saperion.common.lang.criterionClassDescriptionAn interface to define a criterion (usually for use in some kind of filtering method).Enumerates different behavior types for a call to
Criterion.isSatisfiedBy(Object)
with anull
-value. -
Classes in com.saperion.common.lang.criterion used by com.saperion.common.lang.iteratorClassDescriptionAn interface to define a criterion (usually for use in some kind of filtering method).