|
||||||||||
| 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>
public class MappedIterator<F,T>
| Field Summary | |
|---|---|
protected ObjectMapping<F,T> |
mapper
|
| Constructor Summary | |
|---|---|
MappedIterator(java.util.Iterator<F> iterator,
ObjectMapping<F,T> mapper)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
T |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final ObjectMapping<F,T> mapper
| Constructor Detail |
|---|
public MappedIterator(java.util.Iterator<F> iterator,
ObjectMapping<F,T> mapper)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<T>public T next()
next in interface java.util.Iterator<T>public void remove()
remove in interface java.util.Iterator<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||