FreeHEP API
Version current

hep.io.root.interfaces
Interface TCollection

All Superinterfaces:
RootObject, TObject
All Known Subinterfaces:
TClonesArray, TList, TObjArray, TSeqCollection
All Known Implementing Classes:
Clones2, HollowArray, SingleLeaf, TClonesArrayRep, TCollectionRep, TListRep, TObjArrayRep, TRefArrayRep

public interface TCollection
extends RootObject, TObject

Source Code:
TCollection.java

Field Summary
static int rootIOVersion
           
 
Method Summary
 Object getElementAt(int index)
           
 int getLast()
           
 String getName()
          name of the collection
 int getSize()
          number of elements in collection
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 
Methods inherited from interface hep.io.root.interfaces.TObject
getBits, getUniqueID
 

Field Detail

rootIOVersion

public static final int rootIOVersion
See Also:
Constant Field Values
Method Detail

getElementAt

public Object getElementAt(int index)

getLast

public int getLast()

getName

public String getName()
name of the collection


getSize

public int getSize()
number of elements in collection


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.