| 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 |
|---|---|
static <K extends Comparable |
ImmutableRangeMap.builder()
Returns a new builder for an immutable range map.
|
ImmutableRangeMap |
ImmutableRangeMap.Builder.put(Range
Associates the specified range with the specified value.
|
ImmutableRangeMap |
ImmutableRangeMap.Builder.putAll(RangeMap
Copies all associations from the specified range map into this builder.
|