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>
An efficient immutable implementation of a
RangeSet . |
class |
TreeRangeSet<C extends java.lang.Comparable<?>>
An implementation of
RangeSet backed by a TreeMap . |
private class |
TreeRangeSet.Complement |
private class |
TreeRangeSet.SubRangeSet |