java > java.util > java.util.listiterator >

Interface: java.util.ListIterator
    java.util.ListIterator


public interface ListIterator extends Iterator


FIELDS:

CONSTRUCTORS:

METHODS:
void add(Object e)
Throws: UnsupportedOperationException
Throws: ClassCastException
Throws: IllegalArgumentException

boolean hasNext()

boolean hasPrevious()

Object next()
Throws: NoSuchElementException

int nextIndex()

Object previous()
Throws: NoSuchElementException

int previousIndex()

void remove()
Throws: UnsupportedOperationException
Throws: IllegalStateException

void set(Object e)
Throws: UnsupportedOperationException
Throws: ClassCastException
Throws: IllegalArgumentException
Throws: IllegalStateException


INHERITED METHODS:

SUBINTERFACES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net