private static final class TreeRangeMap.RangeMapEntry<K extends java.lang.Comparable,V> extends AbstractMapEntry<Range<K>,V>
Constructor and Description |
---|
RangeMapEntry(Cut<K> lowerBound,
Cut<K> upperBound,
V value) |
RangeMapEntry(Range<K> range,
V value) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(K value) |
Range<K> |
getKey() |
(package private) Cut<K> |
getLowerBound() |
(package private) Cut<K> |
getUpperBound() |
V |
getValue() |
equals, hashCode, setValue, toString