| Package | Description | 
|---|---|
| com.gigaspaces.internal.query.predicate.comparison | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ComparableScalarSpacePredicateA common basic implementation for comparable scalar comparison predicate implementations. | 
| class  | ContainsItemPredicatea contains predicate cascading from a single item | 
| class  | ContainsPredicateRepresents a contains predicate. | 
| class  | EqualsSpacePredicateAn implementation of equals to comparison: This predicate returns true if and only if the
 predicate's argument is equal to the expected value. | 
| class  | GreaterEqualsSpacePredicateAn 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. | 
| class  | GreaterSpacePredicateAn implementation of greater than comparison: This predicate returns true if and only if the
 predicate's argument is greater than the expected value. | 
| class  | LessEqualsSpacePredicateAn 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. | 
| class  | LessSpacePredicateAn implementation of less than comparison: This predicate returns true if and only if the
 predicate's argument is less than the expected value. | 
| class  | NotEqualsSpacePredicateAn implementation of not equals condition: This predicate returns true if and only if the
 predicate's argument is not equal to the expected value. | 
| class  | NotRegexSpacePredicate | 
| class  | RegexSpacePredicate | 
| class  | RelationPredicate | 
Copyright © GigaSpaces.