| 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  TreeRangeSetinstance. | 
| static <C extends Comparable<?>>  | TreeRangeSet. create(RangeSet<C> rangeSet)Returns a  TreeRangeSetinitialized with the ranges in the specified range set. | 
Copyright © 2010-2015. All Rights Reserved.