public abstract class AbstractMap<K,V> extends Object implements Map<K,V>
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractMap.SimpleEntry<K,V> |
Modifier and Type | Field and Description |
---|---|
protected Set<Map.Entry<K,V>> |
entrySet |
protected Set<K> |
keySet |
protected Collection<V> |
values |
Constructor and Description |
---|
AbstractMap() |
Modifier and Type | Method and Description |
---|---|
protected static void |
assertKeyNotNull(Object key) |
protected static boolean |
eq(Object o1,
Object o2) |
protected static int |
hash(Object key) |
int |
hashCode() |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
protected transient Collection<V> values
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.