public class TListIterator extends Object implements ListIterator
| Constructor and Description |
|---|
TListIterator(Object[] array,
int size,
int start) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object obj) |
boolean |
hasNext() |
boolean |
hasPrevious() |
Object |
next() |
int |
nextIndex() |
Object |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(Object obj) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic TListIterator(Object[] array, int size, int start)
public void add(Object obj)
add in interface ListIteratorpublic boolean hasNext()
hasNext in interface IteratorhasNext in interface ListIteratorpublic boolean hasPrevious()
hasPrevious in interface ListIteratorpublic Object next()
next in interface Iteratornext in interface ListIteratorpublic int nextIndex()
nextIndex in interface ListIteratorpublic Object previous()
previous in interface ListIteratorpublic int previousIndex()
previousIndex in interface ListIteratorpublic void remove()
remove in interface Iteratorremove in interface ListIteratorpublic void set(Object obj)
set in interface ListIteratorJas4pp 1.5 © Java Analysis Studio for Particle Physics