Uses of Class
com.google.common.collect.TreeRangeSet
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of TreeRangeSet in com.google.common.collect
Modifier 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.