Uses of Class
com.google.common.collect.ImmutableRangeMap.Builder
-
Packages that use ImmutableRangeMap.Builder Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of ImmutableRangeMap.Builder in com.google.common.collect
Methods in com.google.common.collect that return ImmutableRangeMap.Builder Modifier and Type Method Description static <K extends java.lang.Comparable<?>,V>
ImmutableRangeMap.Builder<K,V>ImmutableRangeMap. builder()
Returns a new builder for an immutable range map.ImmutableRangeMap.Builder<K,V>
ImmutableRangeMap.Builder. put(Range<K> range, V value)
Associates the specified range with the specified value.ImmutableRangeMap.Builder<K,V>
ImmutableRangeMap.Builder. putAll(RangeMap<K,? extends V> rangeMap)
Copies all associations from the specified range map into this builder.
-