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 TypeClassDescriptionclassImmutableRangeMap<K extends Comparable<?>, V>ARangeMapwhose contents will never change, with many other important properties detailed atImmutableCollection.final classTreeRangeMap<K extends Comparable, V>An implementation ofRangeMapbased 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> static <K extends Comparable<?>, V>
TreeRangeMap<K, V> Returns a newTreeRangeMapcontaining the same ranges as the givenRangeMap.Copies all associations from the specified range map into this builder.final voidDeprecated.Unsupported operation.voidPuts all the associations fromrangeMapinto this range map (optional operation).void