public class WrappedListIterator<K,V> extends WrappedIterator<K,V> implements ListIterator<V>
Constructor and Description |
---|
WrappedListIterator(int index,
org.jboss.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, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext, next, remove
public 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 © 2008-2013 Seam Framework. All Rights Reserved.