public abstract class TListRep extends AbstractRootObject implements TList
rootCheckSum, rootIOVersion
Constructor and Description |
---|
TListRep() |
Modifier and Type | Method and Description |
---|---|
void |
add(int param,
Object obj) |
boolean |
add(Object obj) |
boolean |
addAll(Collection collection) |
boolean |
addAll(int param,
Collection collection) |
void |
clear() |
boolean |
contains(Object obj) |
boolean |
containsAll(Collection collection) |
Object |
get(int param) |
int |
getBits() |
String |
getName()
name of the collection
|
int |
getSize()
number of elements in collection
|
int |
getUniqueID() |
int |
indexOf(Object obj) |
boolean |
isEmpty() |
Iterator |
iterator() |
int |
lastIndexOf(Object obj) |
ListIterator |
listIterator() |
ListIterator |
listIterator(int start) |
void |
readMembers(RootInput in) |
Object |
remove(int param) |
boolean |
remove(Object obj) |
boolean |
removeAll(Collection collection) |
boolean |
retainAll(Collection collection) |
Object |
set(int param,
Object obj) |
int |
size() |
List |
subList(int param,
int param1) |
Object[] |
toArray() |
Object[] |
toArray(Object[] obj) |
dump, getRootClass, read
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getElementAt, getLast
getRootClass
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public boolean isEmpty()
isEmpty
in interface Collection
isEmpty
in interface List
public String getName()
getName
in interface TCollection
public int getSize()
getSize
in interface TCollection
public int getUniqueID()
getUniqueID
in interface TObject
public boolean add(Object obj)
add
in interface Collection
add
in interface List
public boolean addAll(Collection collection)
addAll
in interface Collection
addAll
in interface List
public boolean addAll(int param, Collection collection)
public void clear()
clear
in interface Collection
clear
in interface List
public boolean contains(Object obj)
contains
in interface Collection
contains
in interface List
public boolean containsAll(Collection collection)
containsAll
in interface Collection
containsAll
in interface List
public Iterator iterator()
public int lastIndexOf(Object obj)
lastIndexOf
in interface List
public ListIterator listIterator(int start)
listIterator
in interface List
public ListIterator listIterator()
listIterator
in interface List
public void readMembers(RootInput in) throws IOException
IOException
public boolean remove(Object obj)
remove
in interface Collection
remove
in interface List
public boolean removeAll(Collection collection)
removeAll
in interface Collection
removeAll
in interface List
public boolean retainAll(Collection collection)
retainAll
in interface Collection
retainAll
in interface List
public int size()
size
in interface Collection
size
in interface List
public Object[] toArray(Object[] obj)
toArray
in interface Collection
toArray
in interface List
public Object[] toArray()
toArray
in interface Collection
toArray
in interface List
Jas4pp 1.5 © Java Analysis Studio for Particle Physics