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, values
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 .