public class ArrayMap<K,V>
extends java.util.AbstractMap<K,V>
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
ArrayMap.FastEntry<K,V> |
| Modifier and Type | Field and Description |
|---|---|
private int |
size |
private java.lang.Object[] |
table |
protected java.util.Collection<V> |
values |
| Modifier and Type | Method and Description |
|---|---|
protected V |
compute(K key) |
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
V |
get(java.lang.Object key) |
V |
getOrCompute(K key) |
V |
put(K key,
V value) |
java.util.Collection<V> |
values() |
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, size, toString