Class CachedMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
org.ujmp.core.collections.map.AbstractMap<K,V>
org.ujmp.core.collections.map.CachedMap<K,V>
All Implemented Interfaces:
Closeable, Flushable, Serializable, AutoCloseable, Map<K,V>, Wrapper<Map<K,V>>

public class CachedMap<K,V> extends AbstractMap<K,V> implements Wrapper<Map<K,V>>, Flushable, Closeable
See Also: