| Package | Description |
|---|---|
| com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableRangeSet<C extends java.lang.Comparable>
A
RangeSet whose contents will never change, with many other important properties
detailed at ImmutableCollection. |
class |
TreeRangeSet<C extends java.lang.Comparable<?>>
An implementation of
RangeSet backed by a TreeMap. |
private class |
TreeRangeSet.Complement |
private class |
TreeRangeSet.SubRangeSet |