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
Methods in com.google.common.collect that return TreeRangeSetModifier and TypeMethodDescriptionstatic <C extends Comparable<?>>
TreeRangeSet<C>TreeRangeSet.create()
Creates an emptyTreeRangeSet
instance.static <C extends Comparable<?>>
TreeRangeSet<C>Returns aTreeRangeSet
initialized with the ranges in the specified range set.static <C extends Comparable<?>>
TreeRangeSet<C>Returns aTreeRangeSet
representing the union of the specified ranges.