public class MonotonicHashMap<T,U> extends HashMap<T,U>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MonotonicHashMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
U |
put(T key,
U value) |
void |
putAll(Map<? extends T,? extends U> m) |
U |
remove(Object o) |
clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringCopyright © 2016 The Apache Software Foundation. All rights reserved.