org.apache.openjpa.lib.rop
Class AbstractListIterator<E>
java.lang.Object
org.apache.openjpa.lib.rop.AbstractListIterator<E>
- All Implemented Interfaces:
- Iterator<E>, ListIterator<E>
- Direct Known Subclasses:
- ResultListIterator
abstract class AbstractListIterator<E>
- extends Object
- implements ListIterator<E>
Abstract read-only list iterator.
- Author:
- Abe White
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractListIterator
AbstractListIterator()
add
public void add(E o)
- Specified by:
add
in interface ListIterator<E>
set
public void set(E o)
- Specified by:
set
in interface ListIterator<E>
remove
public void remove()
- Specified by:
remove
in interface Iterator<E>
- Specified by:
remove
in interface ListIterator<E>
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.