K
- V
- public class FastHashMap<K,V> extends Object implements Iterable<FastHashMap.Entry<K,V>>
Modifier and Type | Class and Description |
---|---|
static class |
FastHashMap.Entry<K,V> |
Constructor and Description |
---|
FastHashMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(K k) |
V |
get(K k) |
Iterator<FastHashMap.Entry<K,V>> |
iterator() |
V |
put(K k,
V v) |
void |
remove(K k) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
Copyright © 2020. All rights reserved.