| Constructor and Description |
|---|
Ranges(int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
Ranges |
add(long low,
long high) |
Ranges |
add(Range r) |
Iterator<Range> |
iterator() |
void |
println() |
int |
size() |
Stream<Range> |
stream() |
List<Range> |
toList() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic Ranges add(long low, long high)
public void println()
public int size()
Copyright © 2013–2020. All rights reserved.