Uses of Package
com.gigaspaces.internal.query.predicate.comparison
Packages that use com.gigaspaces.internal.query.predicate.comparison
Package
Description
-
Classes in com.gigaspaces.internal.query.predicate.comparison used by com.gigaspaces.internal.query.predicateClassDescriptionRepresents a Between predicate.An implementation of equals to comparison: This predicate returns true if and only if the predicate's argument is equal to the expected value.An implementation of greater than or equals to comparison: This predicate returns true if and only if the predicate's argument is greater than or equals to the expected value.An implementation of greater than comparison: This predicate returns true if and only if the predicate's argument is greater than the expected value.Represents an In predicate.An implementation of less than or equals to comparison: This predicate returns true if and only if the predicate's argument is less than or equals to the expected value.An implementation of less than comparison: This predicate returns true if and only if the predicate's argument is less than the expected value.An implementation of not equals condition: This predicate returns true if and only if the predicate's argument is not equal to the expected value.A predicate to test for non-null values.A predicate to test for null values.
-
Classes in com.gigaspaces.internal.query.predicate.comparison used by com.gigaspaces.internal.query.predicate.comparisonClassDescriptionA common basic implementation for comparable scalar comparison predicate implementations.Represents a contains predicate.A common basic implementation for scalar comparison predicate implementations.
-