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, readequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementAt, getLastgetRootClassequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streampublic boolean isEmpty()
isEmpty in interface CollectionisEmpty in interface Listpublic String getName()
getName in interface TCollectionpublic int getSize()
getSize in interface TCollectionpublic int getUniqueID()
getUniqueID in interface TObjectpublic boolean add(Object obj)
add in interface Collectionadd in interface Listpublic boolean addAll(Collection collection)
addAll in interface CollectionaddAll in interface Listpublic boolean addAll(int param,
Collection collection)
public void clear()
clear in interface Collectionclear in interface Listpublic boolean contains(Object obj)
contains in interface Collectioncontains in interface Listpublic boolean containsAll(Collection collection)
containsAll in interface CollectioncontainsAll in interface Listpublic Iterator iterator()
public int lastIndexOf(Object obj)
lastIndexOf in interface Listpublic ListIterator listIterator(int start)
listIterator in interface Listpublic ListIterator listIterator()
listIterator in interface Listpublic void readMembers(RootInput in) throws IOException
IOExceptionpublic boolean remove(Object obj)
remove in interface Collectionremove in interface Listpublic boolean removeAll(Collection collection)
removeAll in interface CollectionremoveAll in interface Listpublic boolean retainAll(Collection collection)
retainAll in interface CollectionretainAll in interface Listpublic int size()
size in interface Collectionsize in interface Listpublic Object[] toArray(Object[] obj)
toArray in interface CollectiontoArray in interface Listpublic Object[] toArray()
toArray in interface CollectiontoArray in interface ListJas4pp 1.5 © Java Analysis Studio for Particle Physics