public abstract class AbstractMap<K,V> extends AbstractIterable<Pair<K,V>> implements Map<K,V>
| Constructor and Description |
|---|
AbstractMap() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<K,V> |
asMap()
Returns an immutable view of this map as an instance of
Map. |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
Iterable<K> |
keys()
Returns the keys for this map.
|
Iterable<V> |
values()
Returns the values for this map.
|
forEachisEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainsKey, get, put, removeforEach, isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet@NotNull public Iterable<K> keys()
Map@NotNull public Iterable<V> values()
Mappublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object