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 Map
Map.size()
public void clear()
clear
in interface Map
Map.clear()
public boolean isEmpty()
isEmpty
in interface Map
Map.isEmpty()
public boolean containsKey(Object key)
containsKey
in interface Map
Map.containsKey(java.lang.Object)
public boolean containsValue(Object value)
containsValue
in interface Map
Map.containsValue(java.lang.Object)
public Collection values()
values
in interface Map
Map.values()
public void putAll(Map t)
putAll
in interface Map
Map.putAll(java.util.Map)
public Set entrySet()
entrySet
in interface Map
Map.entrySet()
public Set keySet()
keySet
in interface Map
Map.keySet()
public Object get(Object key)
get
in interface Map
Map.get(java.lang.Object)
public Object remove(Object key)
remove
in interface Map
Map.remove(java.lang.Object)
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.