| Package | Description | 
|---|---|
| com.gigaspaces.internal.query.predicate.comparison | 
| Modifier and Type | Class and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| ComparableScalarSpacePredicate | BetweenSpacePredicate. getHighPredicate()Gets the predicate which tests the high limit of the between range. | 
| ComparableScalarSpacePredicate | BetweenSpacePredicate. getLowPredicate()Gets the predicate which tests the low limit of the between range. | 
Copyright © GigaSpaces.