Map<K,V>
public class MinimumMemoryMap<K,V> extends Object implements Map<K,V>
Constructor | Description |
---|---|
MinimumMemoryMap() |
|
MinimumMemoryMap(int initialSize) |
|
MinimumMemoryMap(Map<K,V> otherMap) |
Modifier and Type | Method | Description |
---|---|---|
void |
clear() |
|
boolean |
containsKey(Object key) |
|
boolean |
containsValue(Object value) |
|
Set<Map.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() |
|
String |
toString() |
|
Collection<V> |
values() |
public MinimumMemoryMap()
public MinimumMemoryMap(int initialSize)
Copyright © 2018. All rights reserved.