org.apache.openjpa.lib.rop
Class AbstractListIterator

java.lang.Object
  extended by org.apache.openjpa.lib.rop.AbstractListIterator
All Implemented Interfaces:
Iterator, ListIterator
Direct Known Subclasses:
ResultListIterator

abstract class AbstractListIterator
extends Object
implements ListIterator

Abstract read-only list iterator.

Author:
Abe White

Constructor Summary
AbstractListIterator()
           
 
Method Summary
 void add(Object o)
           
 void remove()
           
 void set(Object 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(Object o)
Specified by:
add in interface ListIterator

set

public void set(Object o)
Specified by:
set in interface ListIterator

remove

public void remove()
Specified by:
remove in interface Iterator
Specified by:
remove in interface ListIterator


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.