| Package | Description |
|---|---|
| com.facebook.presto.spi |
| Modifier and Type | Method and Description |
|---|---|
static Range |
Range.all(Class<?> type) |
static Range |
Range.equal(Comparable<?> value) |
Range |
SortedRangeSet.getSpan() |
static Range |
Range.greaterThan(Comparable<?> low) |
static Range |
Range.greaterThanOrEqual(Comparable<?> low) |
Range |
Range.intersect(Range other) |
static Range |
Range.lessThan(Comparable<?> high) |
static Range |
Range.lessThanOrEqual(Comparable<?> high) |
static Range |
Range.range(Comparable<?> low,
boolean lowInclusive,
Comparable<?> high,
boolean highInclusive) |
Range |
Range.span(Range other) |
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
SortedRangeSet.getRanges() |
Iterator<Range> |
SortedRangeSet.iterator() |
| Modifier and Type | Method and Description |
|---|---|
SortedRangeSet.Builder |
SortedRangeSet.Builder.add(Range range) |
boolean |
Range.contains(Range other) |
Range |
Range.intersect(Range other) |
static SortedRangeSet |
SortedRangeSet.of(Range first,
Range... ranges)
Provided Ranges are unioned together to form the SortedRangeSet
|
static SortedRangeSet |
SortedRangeSet.of(Range first,
Range... ranges)
Provided Ranges are unioned together to form the SortedRangeSet
|
boolean |
Range.overlaps(Range other) |
Range |
Range.span(Range other) |
| Modifier and Type | Method and Description |
|---|---|
SortedRangeSet.Builder |
SortedRangeSet.Builder.addAll(Iterable<Range> ranges) |
static SortedRangeSet |
SortedRangeSet.copyOf(Class<?> type,
Iterable<Range> ranges)
Provided Ranges are unioned together to form the SortedRangeSet
|
static SortedRangeSet |
SortedRangeSet.copyOf(Class<?> type,
List<Range> ranges) |
Copyright © 2012-2014. All Rights Reserved.