|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.staccatocommons.iterators.AbstractUnmodifiableIterator<A>
net.sf.staccatocommons.iterators.thriter.AbstractThriterator<A>
net.sf.staccatocommons.iterators.thriter.AdvanceThriterator<A>
net.sf.staccatocommons.iterators.PrependThriterator<A>
net.sf.staccatocommons.iterators.delayed.DelayedPrependIterator<A>
public class DelayedPrependIterator<A>
| Constructor Summary | |
|---|---|
DelayedPrependIterator(Thunk<A> head,
Thriter<? extends A> tail)
Creates a new PrependThriterator |
|
| Method Summary | |
|---|---|
protected A |
elementValue()
|
protected Thunk<A> |
headThunk()
|
| Methods inherited from class net.sf.staccatocommons.iterators.PrependThriterator |
|---|
advanceNext, current, delayedCurrent, elementThunk, hasNext, toString |
| Methods inherited from class net.sf.staccatocommons.iterators.thriter.AdvanceThriterator |
|---|
next |
| Methods inherited from class net.sf.staccatocommons.iterators.thriter.AbstractThriterator |
|---|
delayedNext, isEmpty |
| Methods inherited from class net.sf.staccatocommons.iterators.AbstractUnmodifiableIterator |
|---|
remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Iterator |
|---|
remove |
| Constructor Detail |
|---|
public DelayedPrependIterator(Thunk<A> head,
Thriter<? extends A> tail)
PrependThriterator
| Method Detail |
|---|
protected A elementValue()
elementValue in class PrependThriterator<A>protected Thunk<A> headThunk()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||