Uses of Class
com.google.common.collect.ImmutableRangeMap.Builder
Packages that use ImmutableRangeMap.Builder
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ImmutableRangeMap.Builder in com.google.common.collect
Methods in com.google.common.collect that return ImmutableRangeMap.BuilderModifier and TypeMethodDescriptionstatic <K extends Comparable<?>,
V>
ImmutableRangeMap.Builder<K, V> ImmutableRangeMap.builder()
Returns a new builder for an immutable range map.(package private) ImmutableRangeMap.Builder
<K, V> ImmutableRangeMap.Builder.combine
(ImmutableRangeMap.Builder<K, V> builder) Associates the specified range with the specified value.Copies all associations from the specified range map into this builder.Methods in com.google.common.collect with parameters of type ImmutableRangeMap.BuilderModifier and TypeMethodDescription(package private) ImmutableRangeMap.Builder
<K, V> ImmutableRangeMap.Builder.combine
(ImmutableRangeMap.Builder<K, V> builder)