hep.io.root.reps
Class TMapRep
java.lang.Object
hep.io.root.core.AbstractRootObject
hep.io.root.reps.TMapRep
- All Implemented Interfaces:
- Map, RootObject, TMap
- public abstract class TMapRep
- extends AbstractRootObject
- implements TMap
- Version:
- $Id: TMapRep.java,v 1.1 2005/08/10 00:56:34 tonyj Exp $
- Author:
- Tony Johnson (tonyj@slac.stanford.edu)
- Source Code:
- TMapRep.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TMapRep
public TMapRep()
readMembers
public void readMembers(RootInput in)
throws IOException
- Overrides:
readMembers
in class AbstractRootObject
- Throws:
IOException
remove
public Object remove(Object key)
- Specified by:
remove
in interface Map
get
public Object get(Object key)
- Specified by:
get
in interface Map
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue
in interface Map
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interface Map
putAll
public void putAll(Map t)
- Specified by:
putAll
in interface Map
values
public Collection values()
- Specified by:
values
in interface Map
size
public int size()
- Specified by:
size
in interface Map
put
public Object put(Object key,
Object value)
- Specified by:
put
in interface Map
keySet
public Set keySet()
- Specified by:
keySet
in interface Map
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Map
entrySet
public Set entrySet()
- Specified by:
entrySet
in interface Map
clear
public void clear()
- Specified by:
clear
in interface Map
Copyright © 2000-2004 FreeHEP, All Rights Reserved.