| 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(RangeSet
Returns a
TreeRangeSet initialized with the ranges in the specified range set.
|