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