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:
getKeyin interfaceMap.Entry<K extends Comparable,V> - Specified by:
getKeyin classAbstractMapEntry<Range<K extends Comparable>,V>
-
getValue
- Specified by:
getValuein interfaceMap.Entry<K extends Comparable,V> - Specified by:
getValuein classAbstractMapEntry<Range<K extends Comparable>,V>
-
contains
-
getLowerBound
-
getUpperBound
-