|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.lib.rop.AbstractListIterator<E>
abstract class AbstractListIterator<E>
Abstract read-only list iterator.
Constructor Summary | |
---|---|
AbstractListIterator()
|
Method Summary | |
---|---|
void |
add(E o)
|
void |
remove()
|
void |
set(E o)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.ListIterator |
---|
hasNext, hasPrevious, next, nextIndex, previous, previousIndex |
Constructor Detail |
---|
AbstractListIterator()
Method Detail |
---|
public void add(E o)
add
in interface ListIterator<E>
public void set(E o)
set
in interface ListIterator<E>
public void remove()
remove
in interface Iterator<E>
remove
in interface ListIterator<E>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |