public class RangeStartMap<K extends Comparable,V> extends Object implements Map<K,V>
| Constructor and Description |
|---|
RangeStartMap() |
RangeStartMap(K k,
V v) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object k) |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
remove(Object k) |
int |
size() |
Collection<V> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic int size()
size in interface Map<K extends Comparable,V>public boolean isEmpty()
isEmpty in interface Map<K extends Comparable,V>public boolean containsKey(Object key)
containsKey in interface Map<K extends Comparable,V>public boolean containsValue(Object value)
containsValue in interface Map<K extends Comparable,V>public void putAll(Map<? extends K,? extends V> m)
putAll in interface Map<K extends Comparable,V>public void clear()
clear in interface Map<K extends Comparable,V>public Collection<V> values()
values in interface Map<K extends Comparable,V>Copyright © 2017. All rights reserved.