org.ektorp.impl.docref
Class ViewBasedCollection.RememberRemovedListIterator

java.lang.Object
  extended by org.ektorp.impl.docref.ViewBasedCollection.RememberRemovedListIterator
All Implemented Interfaces:
Iterator<Object>, ListIterator<Object>
Enclosing class:
ViewBasedCollection

public class ViewBasedCollection.RememberRemovedListIterator
extends Object
implements ListIterator<Object>


Constructor Summary
ViewBasedCollection.RememberRemovedListIterator()
           
 
Method Summary
 void add(Object e)
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 Object next()
           
 int nextIndex()
           
 Object previous()
           
 int previousIndex()
           
 void remove()
           
 void set(Object e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewBasedCollection.RememberRemovedListIterator

public ViewBasedCollection.RememberRemovedListIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<Object>
Specified by:
hasNext in interface ListIterator<Object>

next

public Object next()
Specified by:
next in interface Iterator<Object>
Specified by:
next in interface ListIterator<Object>

remove

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

hasPrevious

public boolean hasPrevious()
Specified by:
hasPrevious in interface ListIterator<Object>

previous

public Object previous()
Specified by:
previous in interface ListIterator<Object>

nextIndex

public int nextIndex()
Specified by:
nextIndex in interface ListIterator<Object>

previousIndex

public int previousIndex()
Specified by:
previousIndex in interface ListIterator<Object>

set

public void set(Object e)
Specified by:
set in interface ListIterator<Object>

add

public void add(Object e)
Specified by:
add in interface ListIterator<Object>


Copyright © 2011. All Rights Reserved.