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, containsKey, containsValue, entrySet, get, isEmpty, keySet, size, valuesequals, hashCode, toStringCopyright © 2015 The Apache Software Foundation. All rights reserved.