hep.io.root.reps
Class TListRep
java.lang.Object
   hep.io.root.core.AbstractRootObject
hep.io.root.core.AbstractRootObject
       hep.io.root.reps.TListRep
hep.io.root.reps.TListRep
- All Implemented Interfaces: 
- Collection, List, RootObject, TCollection, TList, TObject, TSeqCollection
- public abstract class TListRep- extends AbstractRootObject- implements TList
- Version:
- $Id: TListRep.java,v 1.3 2003/05/23 20:59:15 duns Exp $
- Author:
- Tony Johnson (tonyj@slac.stanford.edu)
- Source Code:
- TListRep.java
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
 
TListRep
public TListRep()
getBits
public int getBits()
- 
- Specified by:
- getBitsin interface- TObject
 
- 
 
isEmpty
public boolean isEmpty()
- 
- Specified by:
- isEmptyin interface- List
 
- 
 
getName
public String getName()
- name of the collection
 
- 
- Specified by:
- getNamein interface- TCollection
 
- 
 
getSize
public int getSize()
- number of elements in collection
 
- 
- Specified by:
- getSizein interface- TCollection
 
- 
 
getUniqueID
public int getUniqueID()
- 
- Specified by:
- getUniqueIDin interface- TObject
 
- 
 
add
public void add(int param,
                Object obj)
- 
- Specified by:
- addin interface- List
 
- 
 
add
public boolean add(Object obj)
- 
- Specified by:
- addin interface- List
 
- 
 
addAll
public boolean addAll(Collection collection)
- 
- Specified by:
- addAllin interface- List
 
- 
 
addAll
public boolean addAll(int param,
                      Collection collection)
- 
- Specified by:
- addAllin interface- List
 
- 
 
clear
public void clear()
- 
- Specified by:
- clearin interface- List
 
- 
 
contains
public boolean contains(Object obj)
- 
- Specified by:
- containsin interface- List
 
- 
 
containsAll
public boolean containsAll(Collection collection)
- 
- Specified by:
- containsAllin interface- List
 
- 
 
get
public Object get(int param)
- 
- Specified by:
- getin interface- List
 
- 
 
indexOf
public int indexOf(Object obj)
- 
- Specified by:
- indexOfin interface- List
 
- 
 
iterator
public Iterator iterator()
- 
- Specified by:
- iteratorin interface- List
 
- 
 
lastIndexOf
public int lastIndexOf(Object obj)
- 
- Specified by:
- lastIndexOfin interface- List
 
- 
 
listIterator
public ListIterator listIterator(int start)
- 
- Specified by:
- listIteratorin interface- List
 
- 
 
listIterator
public ListIterator listIterator()
- 
- Specified by:
- listIteratorin interface- List
 
- 
 
readMembers
public void readMembers(RootInput in)
                 throws IOException
- 
- Overrides:
- readMembersin class- AbstractRootObject
 
- 
- Throws:
- IOException
 
remove
public Object remove(int param)
- 
- Specified by:
- removein interface- List
 
- 
 
remove
public boolean remove(Object obj)
- 
- Specified by:
- removein interface- List
 
- 
 
removeAll
public boolean removeAll(Collection collection)
- 
- Specified by:
- removeAllin interface- List
 
- 
 
retainAll
public boolean retainAll(Collection collection)
- 
- Specified by:
- retainAllin interface- List
 
- 
 
set
public Object set(int param,
                  Object obj)
- 
- Specified by:
- setin interface- List
 
- 
 
size
public int size()
- 
- Specified by:
- sizein interface- List
 
- 
 
subList
public List subList(int param,
                    int param1)
- 
- Specified by:
- subListin interface- List
 
- 
 
toArray
public Object[] toArray(Object[] obj)
- 
- Specified by:
- toArrayin interface- List
 
- 
 
toArray
public Object[] toArray()
- 
- Specified by:
- toArrayin interface- List
 
- 
 
Copyright © 2000-2004 FreeHEP, All Rights Reserved.