Class DoubleRangeValue
java.lang.Object
redis.clients.jedis.search.querybuilder.Value
redis.clients.jedis.search.querybuilder.RangeValue
redis.clients.jedis.search.querybuilder.DoubleRangeValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidappendFrom(StringBuilder sb, boolean inclusive) private static voidappendNum(StringBuilder sb, double n, boolean inclusive) protected voidappendTo(StringBuilder sb, boolean inclusive) Methods inherited from class redis.clients.jedis.search.querybuilder.RangeValue
inclusiveMax, inclusiveMin, isCombinable, toString
-
Field Details
-
from
private final double from -
to
private final double to
-
-
Constructor Details
-
DoubleRangeValue
public DoubleRangeValue(double from, double to)
-
-
Method Details
-
appendNum
-
appendFrom
- Specified by:
appendFromin classRangeValue
-
appendTo
- Specified by:
appendToin classRangeValue
-