Uses of Class
com.google.common.collect.TreeRangeSet
-
Packages that use TreeRangeSet Package Description com.google.common.collect Collection interfaces and implementations, and other utilities for collections. -
-
Uses of TreeRangeSet in com.google.common.collect
Methods in com.google.common.collect that return TreeRangeSet Modifier and Type Method Description static <C extends java.lang.Comparable<?>>
TreeRangeSet<C>TreeRangeSet. create()
Creates an emptyTreeRangeSet
instance.static <C extends java.lang.Comparable<?>>
TreeRangeSet<C>TreeRangeSet. create(RangeSet<C> rangeSet)
Returns aTreeRangeSet
initialized with the ranges in the specified range set.static <C extends java.lang.Comparable<?>>
TreeRangeSet<C>TreeRangeSet. create(java.lang.Iterable<Range<C>> ranges)
Returns aTreeRangeSet
representing the union of the specified ranges.
-