public class LongRangeValue extends RangeValue
| Constructor and Description |
|---|
LongRangeValue(long from,
long to) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendFrom(StringBuilder sb,
boolean inclusive) |
protected void |
appendTo(StringBuilder sb,
boolean inclusive) |
boolean |
isCombinable() |
inclusiveMax, inclusiveMin, toStringpublic boolean isCombinable()
isCombinable in class RangeValueprotected void appendFrom(StringBuilder sb, boolean inclusive)
appendFrom in class RangeValueprotected void appendTo(StringBuilder sb, boolean inclusive)
appendTo in class RangeValueCopyright © 2021 RedisLabs. All rights reserved.