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, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, values
equals, hashCode, toString
Copyright © 2015 The Apache Software Foundation. All rights reserved.