hep.graphics.heprep.util
Class HashMapList
java.lang.Object
java.util.AbstractMap
java.util.HashMap
hep.graphics.heprep.util.HashMapList
- All Implemented Interfaces:
- Cloneable, Map, MapList, Serializable
- public class HashMapList
- extends HashMap
- implements MapList
Extends a Map and keeps a List to be able to return the list of Values.
- Version:
- $Id: HashMapList.java,v 1.2 2004/08/30 23:14:00 duns Exp $
- Author:
- M.Donszelmann
- See Also:
- Serialized Form
- Source Code:
- HashMapList.java
HashMapList
public HashMapList()
clear
public void clear()
- Specified by:
clear
in interface Map
put
public Object put(Object key,
Object value)
- Specified by:
put
in interface Map
putAll
public void putAll(Map t)
- Specified by:
putAll
in interface Map
remove
public Object remove(Object key)
- Specified by:
remove
in interface Map
values
public Collection values()
- Specified by:
values
in interface Map
valueList
public List valueList()
- Description copied from interface:
MapList
- Return values of map as a List
- Specified by:
valueList
in interface MapList
valueSet
public Set valueSet()
- Specified by:
valueSet
in interface MapList
Copyright © 2000-2004 FreeHEP, All Rights Reserved.