| Package | Description |
|---|---|
| org.davidmoten.hilbert |
| Modifier and Type | Method and Description |
|---|---|
static Range |
Range.create(long value) |
static Range |
Range.create(long low,
long high) |
Range |
Range.join(Range range) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Range> |
Ranges.iterator() |
Stream<Range> |
Ranges.stream() |
List<Range> |
Ranges.toList() |
| Modifier and Type | Method and Description |
|---|---|
Ranges |
Ranges.add(Range r) |
Range |
Range.join(Range range) |
Copyright © 2013–2020. All rights reserved.