public class ReferenceListRecipe.ManagedCollection.ManagedListIterator extends Object implements ListIterator
| Modifier and Type | Field and Description |
|---|---|
protected ListIterator<ReferenceListRecipe.ServiceDispatcher> |
iterator |
| Constructor and Description |
|---|
ReferenceListRecipe.ManagedCollection.ManagedListIterator(ListIterator<ReferenceListRecipe.ServiceDispatcher> iterator) |
protected final ListIterator<ReferenceListRecipe.ServiceDispatcher> iterator
public ReferenceListRecipe.ManagedCollection.ManagedListIterator(ListIterator<ReferenceListRecipe.ServiceDispatcher> iterator)
public boolean hasNext()
hasNext in interface IteratorhasNext in interface ListIteratorpublic Object next()
next in interface Iteratornext in interface ListIteratorpublic boolean hasPrevious()
hasPrevious in interface ListIteratorpublic Object previous()
previous in interface ListIteratorpublic int nextIndex()
nextIndex in interface ListIteratorpublic int previousIndex()
previousIndex in interface ListIteratorpublic void remove()
remove in interface Iteratorremove in interface ListIteratorpublic void set(Object o)
set in interface ListIteratorpublic void add(Object o)
add in interface ListIteratorCopyright © 2013. All rights reserved.