Uses of Class
com.google.common.collect.TreeRangeSet
Packages that use TreeRangeSet
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
-
Uses of TreeRangeSet in com.google.common.collect
Subclasses of TreeRangeSet in com.google.common.collectModifier and TypeClassDescriptionprivate final classprivate final classMethods in com.google.common.collect that return TreeRangeSetModifier and TypeMethodDescriptionstatic <C extends Comparable<?>>
TreeRangeSet<C>TreeRangeSet.create()Creates an emptyTreeRangeSetinstance.static <C extends Comparable<?>>
TreeRangeSet<C>Returns aTreeRangeSetinitialized with the ranges in the specified range set.static <C extends Comparable<?>>
TreeRangeSet<C>Returns aTreeRangeSetrepresenting the union of the specified ranges.