| Package | Description |
|---|---|
| com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for working with collections.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableRangeSet |
ImmutableRangeSet.Builder.build()
Returns an
ImmutableRangeSet containing the ranges added to this builder.
|
ImmutableRangeSet |
ImmutableRangeSet.complement()
|
static <C extends Comparable |
ImmutableRangeSet.copyOf(RangeSet
Returns an immutable copy of the specified
RangeSet.
|
static <C extends Comparable |
ImmutableRangeSet.of()
Returns an empty immutable range set.
|
static <C extends Comparable |
ImmutableRangeSet.of(Range
Returns an immutable range set containing the specified single range.
|
ImmutableRangeSet |
ImmutableRangeSet.subRangeSet(Range
Returns a view of the intersection of this range set with the given range.
|