Class RangeValue
java.lang.Object
redis.clients.jedis.search.querybuilder.Value
redis.clients.jedis.search.querybuilder.RangeValue
- Direct Known Subclasses:
DoubleRangeValue,LongRangeValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidappendFrom(StringBuilder sb, boolean inclusive) protected abstract voidappendTo(StringBuilder sb, boolean inclusive) inclusiveMax(boolean val) inclusiveMin(boolean val) booleantoString()
-
Field Details
-
inclusiveMin
private boolean inclusiveMin -
inclusiveMax
private boolean inclusiveMax
-
-
Constructor Details
-
RangeValue
public RangeValue()
-
-
Method Details
-
isCombinable
public boolean isCombinable()- Overrides:
isCombinablein classValue
-
appendFrom
-
appendTo
-
toString
-
inclusiveMin
-
inclusiveMax
-