hep.io.root.core
Class SingleLeaf
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList
hep.io.root.core.SingleLeaf
- All Implemented Interfaces:
- TCollection, TObjArray, TObject, TSeqCollection, RootObject, Iterable, Collection, List
public class SingleLeaf
- extends AbstractList
- implements TObjArray
- Version:
- $Id: SingleLeaf.java 13617 2009-04-09 22:48:46Z tonyj $
- Author:
- tonyj
Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, subList, toArray, toArray |
SingleLeaf
public SingleLeaf(TLeaf leaf)
getBits
public int getBits()
- Specified by:
getBits
in interface TObject
getElementAt
public Object getElementAt(int index)
- Specified by:
getElementAt
in interface TCollection
getLast
public int getLast()
- Specified by:
getLast
in interface TCollection
getLowerBound
public int getLowerBound()
- Specified by:
getLowerBound
in interface TObjArray
getName
public String getName()
- Description copied from interface:
TCollection
- name of the collection
- Specified by:
getName
in interface TCollection
getRootClass
public RootClass getRootClass()
- Description copied from interface:
RootObject
- Get the class of this object
- Specified by:
getRootClass
in interface RootObject
- Returns:
- The RootClass for this object
getSize
public int getSize()
- Description copied from interface:
TCollection
- number of elements in collection
- Specified by:
getSize
in interface TCollection
getTitle
public String getTitle()
getUniqueID
public int getUniqueID()
- Specified by:
getUniqueID
in interface TObject
getUpperBound
public int getUpperBound()
- Specified by:
getUpperBound
in interface TObjArray
get
public Object get(int index)
- Specified by:
get
in interface List
- Specified by:
get
in class AbstractList
size
public int size()
- Specified by:
size
in interface Collection
- Specified by:
size
in interface List
- Specified by:
size
in class AbstractCollection
Copyright © 2000-2013 FreeHEP. All Rights Reserved.