public class EventListenerMap extends Object implements Map, Serializable
(c) copyright 2004 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl/dsol
License of use: General Public
License (GPL) , no warranty
| Constructor and Description |
|---|
EventListenerMap()
constructs a new EventListenerMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
Object |
get(Object key) |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map t) |
Object |
remove(Object key) |
int |
size() |
Collection |
values() |
public int size()
size in interface MapMap.size()public void clear()
clear in interface MapMap.clear()public boolean isEmpty()
isEmpty in interface MapMap.isEmpty()public boolean containsKey(Object key)
containsKey in interface MapMap.containsKey(java.lang.Object)public boolean containsValue(Object value)
containsValue in interface MapMap.containsValue(java.lang.Object)public Collection values()
values in interface MapMap.values()public void putAll(Map t)
putAll in interface MapMap.putAll(java.util.Map)public Set entrySet()
entrySet in interface MapMap.entrySet()public Set keySet()
keySet in interface MapMap.keySet()public Object get(Object key)
get in interface MapMap.get(java.lang.Object)public Object remove(Object key)
remove in interface MapMap.remove(java.lang.Object)Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.