public class ListHashMap extends Object
This represents a
Constructor and description |
---|
ListHashMap
() |
ListHashMap
(int listSize) |
Type | Name and description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Entry<K, V>> |
entrySet() |
V |
get(Object key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key, V value) |
void |
putAll(Map<? extends K, ? extends V> m) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
Copyright © 2003-2014 The Codehaus. All rights reserved.