public class WrappedListIterator<K,V> extends WrappedIterator<K,V> implements ListIterator<V>
| Constructor and Description |
|---|
WrappedListIterator(int index,
org.agorava.utils.solder.util.collections.WrappedList<K,V> collection) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(V value) |
boolean |
hasPrevious() |
int |
nextIndex() |
V |
previous() |
int |
previousIndex() |
void |
set(V value) |
hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNext, next, removepublic boolean hasPrevious()
hasPrevious in interface ListIterator<V>public V previous()
previous in interface ListIterator<V>public int nextIndex()
nextIndex in interface ListIterator<V>public int previousIndex()
previousIndex in interface ListIterator<V>public void set(V value)
set in interface ListIterator<V>public void add(V value)
add in interface ListIterator<V>Copyright © 2013. All Rights Reserved.