|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.satline.util.collections.MappedIterator<F,T>
com.satline.util.collections.MappedListIterator<F,T>
public class MappedListIterator<F,T>
| Field Summary |
|---|
| Fields inherited from class com.satline.util.collections.MappedIterator |
|---|
mapper |
| Constructor Summary | |
|---|---|
MappedListIterator(java.util.ListIterator<F> iterator,
ObjectMapping<F,T> mapper)
|
|
| Method Summary | |
|---|---|
void |
add(T o)
|
boolean |
hasPrevious()
|
int |
nextIndex()
|
T |
previous()
|
int |
previousIndex()
|
void |
set(T o)
|
| Methods inherited from class com.satline.util.collections.MappedIterator |
|---|
hasNext, next, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.ListIterator |
|---|
hasNext, next, remove |
| Constructor Detail |
|---|
public MappedListIterator(java.util.ListIterator<F> iterator,
ObjectMapping<F,T> mapper)
| Method Detail |
|---|
public boolean hasPrevious()
hasPrevious in interface java.util.ListIterator<T>public T previous()
previous in interface java.util.ListIterator<T>public int nextIndex()
nextIndex in interface java.util.ListIterator<T>public int previousIndex()
previousIndex in interface java.util.ListIterator<T>public void set(T o)
set in interface java.util.ListIterator<T>public void add(T o)
add in interface java.util.ListIterator<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||