Package com.google.common.collect
Class TreeRangeMap.RangeMapEntry<K extends Comparable,V>
java.lang.Object
com.google.common.collect.AbstractMapEntry<Range<K>,V>
com.google.common.collect.TreeRangeMap.RangeMapEntry<K,V>
- Enclosing class:
TreeRangeMap<K extends Comparable,
V>
private static final class TreeRangeMap.RangeMapEntry<K extends Comparable,V>
extends AbstractMapEntry<Range<K>,V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.AbstractMapEntry
equals, hashCode, setValue, toString
-
Field Details
-
range
-
value
-
-
Constructor Details
-
RangeMapEntry
-
RangeMapEntry
-
-
Method Details
-
getKey
- Specified by:
getKey
in interfaceMap.Entry<K extends Comparable,
V> - Specified by:
getKey
in classAbstractMapEntry<Range<K extends Comparable>,
V>
-
getValue
- Specified by:
getValue
in interfaceMap.Entry<K extends Comparable,
V> - Specified by:
getValue
in classAbstractMapEntry<Range<K extends Comparable>,
V>
-
contains
-
getLowerBound
-
getUpperBound
-