public class ViewBasedCollection.RememberRemovedListIterator extends Object implements ListIterator<Object>
Constructor and Description |
---|
ViewBasedCollection.RememberRemovedListIterator() |
public ViewBasedCollection.RememberRemovedListIterator()
public boolean hasNext()
public Object next()
public void remove()
public boolean hasPrevious()
hasPrevious
in interface ListIterator<Object>
public Object previous()
previous
in interface ListIterator<Object>
public int nextIndex()
nextIndex
in interface ListIterator<Object>
public int previousIndex()
previousIndex
in interface ListIterator<Object>
public void set(Object e)
set
in interface ListIterator<Object>
public void add(Object e)
add
in interface ListIterator<Object>
Copyright © 2013. All Rights Reserved.