| 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 | 
|---|---|
| ImmutableRangeSet.Builder<C> | ImmutableRangeSet.Builder. add(Range<C> range)Add the specified range to this builder. | 
| ImmutableRangeSet.Builder<C> | ImmutableRangeSet.Builder. addAll(Iterable<Range<C>> ranges)Add all of the specified ranges to this builder. | 
| ImmutableRangeSet.Builder<C> | ImmutableRangeSet.Builder. addAll(RangeSet<C> ranges)Add all ranges from the specified range set to this builder. | 
| static <C extends Comparable<?>> | ImmutableRangeSet. builder()Returns a new builder for an immutable range set. | 
Copyright © 2010-2017. All Rights Reserved.