| Package | Description | 
|---|---|
| com.gigaspaces.internal.query.predicate.comparison | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GreaterEqualsSpacePredicate
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. 
 | 
class  | 
GreaterSpacePredicate
An implementation of greater than comparison: This predicate returns true if and only if the
 predicate's argument is greater than the expected value. 
 | 
class  | 
LessEqualsSpacePredicate
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. 
 | 
class  | 
LessSpacePredicate
An 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.