| 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.add(Range
Add the specified range to this builder.
|
ImmutableRangeSet |
ImmutableRangeSet.Builder.addAll(RangeSet
Add all ranges from the specified range set to this builder.
|
static <C extends Comparable |
ImmutableRangeSet.builder()
Returns a new builder for an immutable range set.
|