public class HashList extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
HashList()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
get(Object key,
   int index)  | 
List | 
put(Object key,
   Object value)  | 
Object | 
putAll(Object key,
      Collection values)  | 
boolean | 
remove(Object key,
      Object value)  | 
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringCopyright © 2017 The Apache Software Foundation. All rights reserved.