| 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 <C extends Comparable<?>> | 
TreeRangeSet.create()
Creates an empty  
TreeRangeSet instance. | 
static <C extends Comparable<?>> | 
TreeRangeSet.create(Iterable<Range<C>> ranges)
Returns a  
TreeRangeSet representing the union of the specified ranges. | 
static <C extends Comparable<?>> | 
TreeRangeSet.create(RangeSet<C> rangeSet)
Returns a  
TreeRangeSet initialized with the ranges in the specified range set. | 
Copyright © 2010–2018. All rights reserved.