Uses of Interface
com.google.common.collect.RangeMap
Packages that use RangeMap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of RangeMap in com.google.common.collect
Classes in com.google.common.collect that implement RangeMapModifier 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.Methods in com.google.common.collect that return RangeMapModifier and TypeMethodDescriptionRangeMap.subRangeMap
(Range<K> range) Returns a view of the part of this range map that intersects withrange
.TreeRangeMap.subRangeMap
(Range<K> subRange) Methods in com.google.common.collect with parameters of type RangeMapModifier and TypeMethodDescriptionstatic <K extends Comparable<?>,
V>
ImmutableRangeMap<K, V> 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