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


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.interfaces.TObject
getBits, getUniqueID
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 

Field Detail

rootIOVersion

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

getElementAt

Object getElementAt(int index)

getLast

int getLast()

getName

String getName()
name of the collection


getSize

int getSize()
number of elements in collection



Copyright © 2000-2013 FreeHEP. All Rights Reserved.