| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object arg0) |
boolean |
containsValue(Object arg0) |
Set<Map.Entry<K,V>> |
entrySet() |
boolean |
equals(Object obj) |
protected void |
finalize() |
V |
get(Object arg0) |
int |
hashCode() |
boolean |
isClosed()
Checks whether the store has already been shut down
|
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K arg0,
V arg1) |
void |
putAll(Map<? extends K,? extends V> arg0) |
V |
remove(Object arg0) |
void |
shutdown()
Performs any clean up of the store and shuts it down.
|
int |
size() |
Collection<V> |
values() |
clone, getClass, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic void shutdown()
DataStorepublic boolean isClosed()
DataStorepublic boolean containsKey(Object arg0)
containsKey in interface Map<K,V>public boolean containsValue(Object arg0)
containsValue in interface Map<K,V>public boolean equals(Object obj)
public int hashCode()
Copyright © 2012–2016 Emory University. All rights reserved.