Class LongRangeValue
- java.lang.Object
-
- com.redis.lettucemod.search.querybuilder.Value
-
- com.redis.lettucemod.search.querybuilder.RangeValue
-
- com.redis.lettucemod.search.querybuilder.LongRangeValue
-
public class LongRangeValue extends RangeValue
-
-
Constructor Summary
Constructors Constructor Description LongRangeValue(long from, long to)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidappendFrom(java.lang.StringBuilder sb, boolean inclusive)protected voidappendTo(java.lang.StringBuilder sb, boolean inclusive)booleanisCombinable()-
Methods inherited from class com.redis.lettucemod.search.querybuilder.RangeValue
inclusiveMax, inclusiveMin, toString
-
-
-
-
Method Detail
-
isCombinable
public boolean isCombinable()
- Overrides:
isCombinablein classRangeValue
-
appendFrom
protected void appendFrom(java.lang.StringBuilder sb, boolean inclusive)- Specified by:
appendFromin classRangeValue
-
appendTo
protected void appendTo(java.lang.StringBuilder sb, boolean inclusive)- Specified by:
appendToin classRangeValue
-
-