Uses of Class
com.google.common.collect.TreeRangeMap
Packages that use TreeRangeMap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
- 
Uses of TreeRangeMap in com.google.common.collectMethods in com.google.common.collect that return TreeRangeMapModifier and TypeMethodDescriptionstatic <K extends Comparable<?>, V>
 TreeRangeMap<K, V> Returns a newTreeRangeMapcontaining the same ranges as the givenRangeMap.static <K extends Comparable, V>
 TreeRangeMap<K, V> TreeRangeMap.create()Returns a new, emptyTreeRangeMap.