Package com.google.common.collect
Class TreeRangeMap.RangeMapEntry<K extends java.lang.Comparable,V>
- java.lang.Object
-
- com.google.common.collect.AbstractMapEntry<Range<K>,V>
-
- com.google.common.collect.TreeRangeMap.RangeMapEntry<K,V>
-
- All Implemented Interfaces:
java.util.Map.Entry<Range<K>,V>
- Enclosing class:
- TreeRangeMap<K extends java.lang.Comparable,V>
private static final class TreeRangeMap.RangeMapEntry<K extends java.lang.Comparable,V> extends AbstractMapEntry<Range<K>,V>
-
-
Constructor Summary
Constructors Constructor Description RangeMapEntry(Cut<K> lowerBound, Cut<K> upperBound, V value)
RangeMapEntry(Range<K> range, V value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(K value)
Range<K>
getKey()
(package private) Cut<K>
getLowerBound()
(package private) Cut<K>
getUpperBound()
V
getValue()
-
Methods inherited from class com.google.common.collect.AbstractMapEntry
equals, hashCode, setValue, toString
-
-