public class ZSetEntryBound extends Object
| Modifier and Type | Field and Description |
|---|---|
static ZSetEntryBound |
MINUS_INF |
static ZSetEntryBound |
PLUS_INF |
| Constructor and Description |
|---|
ZSetEntryBound(double score,
Slice value,
boolean inclusive) |
ZSetEntryBound(ZSetEntry bound,
boolean inclusive) |
public static final ZSetEntryBound MINUS_INF
public static final ZSetEntryBound PLUS_INF
public ZSetEntryBound(ZSetEntry bound, boolean inclusive)
public ZSetEntryBound(double score,
Slice value,
boolean inclusive)
public ZSetEntry getBound()
public boolean isInclusive()
Copyright © 2023. All rights reserved.