public class ReadOnlyExpiringHashMap<K,V> extends AbstractReadOnlyExpiringCollection implements ReadOnlyExpiringMap<K,V>
Constructor and Description |
---|
ReadOnlyExpiringHashMap(ReadOnlyExpiringHashMapBuilder<K,V> builder) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
protected void |
doClear() |
protected void |
doLoad() |
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) |
void |
reload() |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
finalize, getExpiryTimeoutMilliseconds, getId, getLastLoadingTime, hasExpired, isLoadOnFirstAccess, isReloadOnExpiry, setExpiryTimeoutMilliseconds, setId, setLoadOnFirstAccess, setReloadOnExpiry, setReloadWhenExpired, setTimeProvider, start, stop, validateOnAccess
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
stop
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public ReadOnlyExpiringHashMap(ReadOnlyExpiringHashMapBuilder<K,V> builder)
protected void doLoad()
doLoad
in class AbstractReadOnlyExpiringCollection
public boolean containsKey(Object key)
containsKey
in interface Map<K,V>
public boolean containsValue(Object value)
containsValue
in interface Map<K,V>
protected void doClear()
doClear
in class AbstractReadOnlyExpiringCollection
public void reload()
reload
in interface ReadOnlyExpiringCollection
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.