er.caching
Class ERCachingMap<String,V>
java.lang.Object
er.caching.ERCachingMap<String,V>
- All Implemented Interfaces:
- Map<String,V>
public class ERCachingMap<String,V>
- extends Object
- implements Map<String,V>
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERCachingMap
public ERCachingMap()
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey in interface Map<String,V>
get
public V get(Object key)
- Specified by:
get in interface Map<String,V>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Map<String,V>
put
public V put(String key,
V value)
- Specified by:
put in interface Map<String,V>
put
public V put(String key,
V value,
long timeout)
remove
public V remove(Object key)
- Specified by:
remove in interface Map<String,V>
putAll
public void putAll(Map<? extends String,? extends V> arg0)
- Specified by:
putAll in interface Map<String,V>
containsValue
public boolean containsValue(Object arg0)
- Specified by:
containsValue in interface Map<String,V>
keySet
public Set<String> keySet()
- Specified by:
keySet in interface Map<String,V>
clear
public void clear()
- Specified by:
clear in interface Map<String,V>
entrySet
public Set<Map.Entry<String,V>> entrySet()
- Specified by:
entrySet in interface Map<String,V>
size
public int size()
- Specified by:
size in interface Map<String,V>
values
public Collection<V> values()
- Specified by:
values in interface Map<String,V>
Copyright © 2002 – 2011 Project Wonder.