AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object o) |
Set<Map.Entry<Interval,A>> |
entrySet() |
A |
get(Object o) |
Interval |
getKey() |
A |
getValue() |
A |
put(Interval ivl,
A value) |
A |
setValue(A value) |
int |
size() |
String |
toString() |
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, valuesequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodecompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic int size()
public boolean containsKey(Object o)
containsKey in interface Map<Interval,A>containsKey in class AbstractMap<Interval,A>public String toString()
toString in class AbstractMap<Interval,A>see also the complete user documentation .