public class MultiKeyHashMap<K,V> extends java.util.HashMap<MultiKey<K>,V>
| Constructor and Description |
|---|
MultiKeyHashMap() |
| Modifier and Type | Method and Description |
|---|---|
V |
get(K... pKeys) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values