| 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 |
|---|---|
ImmutableRangeMap |
ImmutableRangeMap.Builder.build()
Returns an
ImmutableRangeMap containing the associations previously added to this builder.
|
static <K extends Comparable |
ImmutableRangeMap.copyOf(RangeMap
|
static <K extends Comparable |
ImmutableRangeMap.of()
Returns an empty immutable range map.
|
static <K extends Comparable |
ImmutableRangeMap.of(Range
Returns an immutable range map mapping a single range to a single value.
|
ImmutableRangeMap |
ImmutableRangeMap.subRangeMap(Range
|