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, wait
forEachRemaining
public TListIterator(Object[] array, int size, int start)
public void add(Object obj)
add
in interface ListIterator
public boolean hasNext()
hasNext
in interface Iterator
hasNext
in interface ListIterator
public boolean hasPrevious()
hasPrevious
in interface ListIterator
public Object next()
next
in interface Iterator
next
in interface ListIterator
public int nextIndex()
nextIndex
in interface ListIterator
public Object previous()
previous
in interface ListIterator
public int previousIndex()
previousIndex
in interface ListIterator
public void remove()
remove
in interface Iterator
remove
in interface ListIterator
public void set(Object obj)
set
in interface ListIterator
Jas4pp 1.5 © Java Analysis Studio for Particle Physics