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) |
protected transient Collection<V> values
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.