K
- V
- java.lang.Iterable<FastHashMap.Entry<K,V>>
public class FastHashMap<K,V> extends java.lang.Object implements java.lang.Iterable<FastHashMap.Entry<K,V>>
Modifier and Type | Class | Description |
---|---|---|
static class |
FastHashMap.Entry<K,V> |
Constructor | Description |
---|---|
FastHashMap() |
Modifier and Type | Method | Description |
---|---|---|
void |
clear() |
|
boolean |
containsKey(K k) |
|
V |
get(K k) |
|
java.util.Iterator<FastHashMap.Entry<K,V>> |
iterator() |
|
V |
put(K k,
V v) |
|
void |
remove(K k) |