public class IdRange extends Range<String>
| Constructor and Description |
|---|
IdRange() |
IdRange(String row) |
IdRange(String start,
boolean inclusiveStart,
String end,
boolean inclusiveEnd)
Creates a range object.
|
IdRange(String inclusiveStart,
String exclusiveEnd)
Creates a range object.
|
public IdRange()
public IdRange(String inclusiveStart, String exclusiveEnd)
inclusiveStart - The inclusive start id. null if the start of all keysexclusiveEnd - The exclusive end id. null if the end of all keyspublic IdRange(String row)
public IdRange(String start, boolean inclusiveStart, String end, boolean inclusiveEnd)
start - The start value. null if the start of all.inclusiveStart - true, if the start value should be included.end - The end value. null if the end of all.inclusiveEnd - true, if the end value should be included.Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.