| Package | Description | 
|---|---|
| com.google.common.collect | This package contains generic collection interfaces and implementations, and
 other utilities for working with collections. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <K extends Comparable<?>,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. | 
Copyright © 2010-2015. All Rights Reserved.