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 classImmutableRangeSet<C extends java.lang.Comparable>ARangeSetwhose contents will never change, with many other important properties detailed atImmutableCollection.classTreeRangeSet<C extends java.lang.Comparable<?>>An implementation ofRangeSetbacked by aTreeMap.private classTreeRangeSet.Complementprivate classTreeRangeSet.SubRangeSet
-