net.sf.basedb.plugins
Class Base1PluginExecuter.ListMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
net.sf.basedb.plugins.Base1PluginExecuter.ListMap<K,V>
- All Implemented Interfaces:
- Map<K,V>
- Enclosing class:
- Base1PluginExecuter
private class Base1PluginExecuter.ListMap<K,V>
- extends AbstractMap<K,V>
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class java.util.AbstractMap |
clear, clone, containsKey, containsValue, equals, hashCode, putAll, remove, size, toString, values |
keys
private List<K> keys
values
private List<V> values
Base1PluginExecuter.ListMap
private Base1PluginExecuter.ListMap()
entrySet
public Set<Map.Entry<K,V>> entrySet()
- Specified by:
entrySet
in interface Map<K,V>
- Specified by:
entrySet
in class AbstractMap<K,V>
put
public V put(K key,
V value)
- Specified by:
put
in interface Map<K,V>
- Overrides:
put
in class AbstractMap<K,V>
get
public V get(Object key)
- Specified by:
get
in interface Map<K,V>
- Overrides:
get
in class AbstractMap<K,V>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Map<K,V>
- Overrides:
isEmpty
in class AbstractMap<K,V>
keySet
public Set<K> keySet()
- Specified by:
keySet
in interface Map<K,V>
- Overrides:
keySet
in class AbstractMap<K,V>