Uses of Interface
cloud.opencode.base.collections.specialized.RangeMap
Packages that use RangeMap
Package
Description
Immutable Collections Package
不可变集合包
Specialized Collections Package - Specialized Collection Types
专用集合包 - 专用集合类型
-
Uses of RangeMap in cloud.opencode.base.collections.immutable
Classes in cloud.opencode.base.collections.immutable that implement RangeMapModifier and TypeClassDescriptionfinal classImmutableRangeMap<K extends Comparable<? super K>, V>ImmutableRangeMap - Immutable Range Map ImmutableRangeMap - 不可变范围映射Methods in cloud.opencode.base.collections.immutable that return RangeMapMethods in cloud.opencode.base.collections.immutable with parameters of type RangeMapModifier and TypeMethodDescriptionstatic <K extends Comparable<? super K>, V>
ImmutableRangeMap<K, V> Create an immutable range map by copying from aRangeMap.Put all mappings from another range map.voidNot supported. -
Uses of RangeMap in cloud.opencode.base.collections.specialized
Classes in cloud.opencode.base.collections.specialized that implement RangeMapModifier and TypeClassDescriptionfinal classTreeRangeMap<K extends Comparable<? super K>, V>TreeRangeMap - Tree-based Range Map Implementation TreeRangeMap - 基于树的范围映射实现Methods in cloud.opencode.base.collections.specialized that return RangeMapModifier and TypeMethodDescriptionRangeMap.subRangeMap(Range<K> range) Return a view of the portion of this map within the given range.TreeRangeMap.subRangeMap(Range<K> range) Methods in cloud.opencode.base.collections.specialized with parameters of type RangeMap