Uses of Interface
com.google.common.collect.RangeMap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of RangeMap in com.google.common.collect
Modifier and TypeClassDescriptionclass
ImmutableRangeMap<K extends Comparable<?>,
V> ARangeMap
whose contents will never change, with many other important properties detailed atImmutableCollection
.final class
TreeRangeMap<K extends Comparable,
V> An implementation ofRangeMap
based on aTreeMap
, supporting all optional operations.Modifier and TypeMethodDescriptionRangeMap.subRangeMap
(Range<K> range) Returns a view of the part of this range map that intersects withrange
.TreeRangeMap.subRangeMap
(Range<K> subRange) Modifier and TypeMethodDescriptionstatic <K extends Comparable<?>,
V>
ImmutableRangeMap<K, V> static <K extends Comparable<?>,
V>
TreeRangeMap<K, V> Returns a newTreeRangeMap
containing the same ranges as the givenRangeMap
.Copies all associations from the specified range map into this builder.final void
Deprecated.Unsupported operation.void
Puts all the associations fromrangeMap
into this range map (optional operation).void