Uses of Class
com.google.common.collect.AbstractRangeSet
-
Packages that use AbstractRangeSet Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of AbstractRangeSet in com.google.common.collect
Subclasses of AbstractRangeSet in com.google.common.collect Modifier and Type Class Description class
ImmutableRangeSet<C extends java.lang.Comparable>
ARangeSet
whose contents will never change, with many other important properties detailed atImmutableCollection
.class
TreeRangeSet<C extends java.lang.Comparable<?>>
An implementation ofRangeSet
backed by aTreeMap
.private class
TreeRangeSet.Complement
private class
TreeRangeSet.SubRangeSet
-