Uses of Class
cloud.opencode.base.collections.immutable.ImmutableRangeMap
Packages that use ImmutableRangeMap
-
Uses of ImmutableRangeMap in cloud.opencode.base.collections.immutable
Methods in cloud.opencode.base.collections.immutable that return ImmutableRangeMapModifier and TypeMethodDescriptionImmutableRangeMap.Builder.build()Build the immutable range map.static <K extends Comparable<? super K>, V>
ImmutableRangeMap<K, V> Create an immutable range map by copying from aRangeMap.static <K extends Comparable<? super K>, V>
ImmutableRangeMap<K, V> ImmutableRangeMap.of()Create an empty immutable range map.static <K extends Comparable<? super K>, V>
ImmutableRangeMap<K, V> Create an immutable range map with a single range-value mapping.