public final class HashableMap<K extends IHashable,V> extends Object implements Map<K,V>, Serializable, Cloneable
| Constructor and Description |
|---|
HashableMap() |
HashableMap(int initialCapacity) |
HashableMap(int initialCapacity,
float loadFactor) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
HashableMap<K,V> |
clone() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
boolean |
equals(Object object) |
V |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> map) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
finalize, getClass, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic HashableMap()
public HashableMap(int initialCapacity)
public HashableMap(int initialCapacity,
float loadFactor)
public boolean containsValue(Object value)
containsValue in interface Map<K extends IHashable,V>public boolean containsKey(Object key)
containsKey in interface Map<K extends IHashable,V>public int hashCode()
public boolean equals(Object object)
public HashableMap<K,V> clone()
Copyright © 2007–2016 Andreas Bartels. All rights reserved.