org.apache.openjpa.lib.rop
Class AbstractListIterator<E>

java.lang.Object
  extended by 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

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

AbstractListIterator()
Method Detail

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-2011 Apache Software Foundation. All Rights Reserved.