- java.lang.Object
-
- org.apache.openjpa.lib.rop.AbstractListIterator<E>
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
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
AbstractListIterator()
-
Method Detail
-
add
public void add(E o)
- Specified by:
add
in interface java.util.ListIterator<E>
-
set
public void set(E o)
- Specified by:
set
in interface java.util.ListIterator<E>
-
remove
public void remove()
- Specified by:
remove
in interface java.util.Iterator<E>
- Specified by:
remove
in interface java.util.ListIterator<E>
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.