class TreeRangeMap.SubRangeMap.SubRangeMapAsMap extends java.util.AbstractMap<Range<K>,V>
Constructor and Description |
---|
SubRangeMapAsMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(java.lang.Object key) |
(package private) java.util.Iterator<java.util.Map.Entry<Range<K>,V>> |
entryIterator() |
java.util.Set<java.util.Map.Entry<Range<K>,V>> |
entrySet() |
V |
get(java.lang.Object key) |
java.util.Set<Range<K>> |
keySet() |
V |
remove(java.lang.Object key) |
private boolean |
removeEntryIf(Predicate<? super java.util.Map.Entry<Range<K>,V>> predicate) |
java.util.Collection<V> |
values() |
clone, containsValue, equals, hashCode, isEmpty, put, putAll, size, toString
public boolean containsKey(@CheckForNull java.lang.Object key)
@CheckForNull public V get(@CheckForNull java.lang.Object key)
@CheckForNull public V remove(@CheckForNull java.lang.Object key)
public void clear()
private boolean removeEntryIf(Predicate<? super java.util.Map.Entry<Range<K>,V>> predicate)