| Package | Description |
|---|---|
| com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for working with collections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableRangeMap<K extends Comparable
An immutable implementation of
RangeMap, supporting all query operations efficiently.
|
class |
TreeRangeMap<K extends Comparable
An implementation of
RangeMap based on a
TreeMap, supporting all optional operations.
|
| Modifier and Type | Method and Description |
|---|---|
RangeMap |
RangeMap.subRangeMap(Range
Returns a view of the part of this range map that intersects with
range.
|
RangeMap |
TreeRangeMap.subRangeMap(Range
|
| Modifier and Type | Method and Description |
|---|---|
static <K extends Comparable |
ImmutableRangeMap.copyOf(RangeMap
|
ImmutableRangeMap |
ImmutableRangeMap.Builder.putAll(RangeMap
Copies all associations from the specified range map into this builder.
|
void |
ImmutableRangeMap.putAll(RangeMap
|
void |
RangeMap.putAll(RangeMap
Puts all the associations from
rangeMap into this range map (optional operation).
|
void |
TreeRangeMap.putAll(RangeMap
|