All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
int |
add() |
void |
add(long start,
long length) |
Range |
first() |
Range |
get(int index) |
Range |
getByPrefix(Bytes bytes,
byte[] prefix,
boolean caseSensitive) |
String |
getConcatenated(Bytes bytes,
int from,
int to,
String separator) |
boolean |
isEmpty() |
Range |
last() |
long |
max() |
Ranges |
reset() |
String |
str(Buf buf) |
String |
str(Bytes bytes) |
List<String> |
toList(Bytes bytes,
int from,
int to) |
Map<String,String> |
toMap(Bytes bytes,
int from,
int to,
String separator) |
String |
toString() |