org.apache.openjpa.lib.rop
Class AbstractListIterator<E>
java.lang.Object
   org.apache.openjpa.lib.rop.AbstractListIterator<E>
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:
- addin interface- ListIterator<E>
 
- 
 
set
public void set(E o)
- 
- Specified by:
- setin interface- ListIterator<E>
 
- 
 
remove
public void remove()
- 
- Specified by:
- removein interface- Iterator<E>
- Specified by:
- removein interface- ListIterator<E>
 
- 
 
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.