Uses of Class
com.google.common.collect.TreeRangeSet
-
Packages that use TreeRangeSet Package Description com.google.common.collect 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.collect Modifier and Type Class Description private class
TreeRangeSet.Complement
private class
TreeRangeSet.SubRangeSet
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.
-