FreeHEP API
Version current

hep.io.root.reps
Class TMapRep

java.lang.Object
  extended byhep.io.root.core.AbstractRootObject
      extended byhep.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

Nested Class Summary
 
Nested classes inherited from class java.util.Map
Map.Entry
 
Constructor Summary
TMapRep()
           
 
Method Summary
 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)
           
 void readMembers(RootInput in)
           
 Object remove(Object key)
           
 int size()
           
 Collection values()
           
 
Methods inherited from class hep.io.root.core.AbstractRootObject
dump, getRootClass, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

TMapRep

public TMapRep()
Method Detail

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.