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.private classFields in com.google.common.collect declared as RangeMapModifier and TypeFieldDescriptionprivate static final RangeMap<Comparable<?>, Object> TreeRangeMap.EMPTY_SUB_RANGE_MAPMethods in com.google.common.collect that return RangeMapModifier and TypeMethodDescriptionTreeRangeMap.emptySubRangeMap()RangeMap.subRangeMap(Range<K> range) Returns a view of the part of this range map that intersects withrange.TreeRangeMap.subRangeMap(Range<K> subRange) TreeRangeMap.SubRangeMap.subRangeMap(Range<K> range) 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 voidDeprecated.Unsupported operation.voidPuts all the associations fromrangeMapinto this range map (optional operation).voidvoid