|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Thriter | |
|---|---|
| net.sf.staccatocommons.iterators | |
| net.sf.staccatocommons.iterators.delayed | |
| net.sf.staccatocommons.iterators.thriter | |
| Uses of Thriter in net.sf.staccatocommons.iterators |
|---|
| Classes in net.sf.staccatocommons.iterators that implement Thriter | |
|---|---|
class |
AppendThriterator<A>
|
class |
ArrayThriterator<A>
|
class |
CharSequenceThriterator
|
class |
EmptyThriterator<T>
An iterator that retrieves no elements. |
class |
EnumerationIterator<A>
|
class |
IndexedThriterator<A>
|
class |
PrependThriterator<A>
|
class |
SingleThriterator<A>
An iterator that retrieves a single given element |
class |
UpdateCurrentThriterator<A>
A thriterator that is implemented through a single message UpdateCurrentThriterator.updateCurrent(), which is both responsible for answering if there is
a current element and setting it. |
| Constructors in net.sf.staccatocommons.iterators with parameters of type Thriter | |
|---|---|
AppendThriterator(Thriter<? extends A> iterator,
A element)
Creates a new AppendThriterator |
|
PrependThriterator(A element,
Thriter<? extends A> iterator)
Creates a new PrependThriterator |
|
| Uses of Thriter in net.sf.staccatocommons.iterators.delayed |
|---|
| Classes in net.sf.staccatocommons.iterators.delayed that implement Thriter | |
|---|---|
class |
DelayedAppendIterator<A>
|
class |
DelayedPrependIterator<A>
|
class |
DelayedSingleIterator<A>
|
| Constructors in net.sf.staccatocommons.iterators.delayed with parameters of type Thriter | |
|---|---|
DelayedAppendIterator(Thriter<? extends A> iterator,
Thunk<A> element)
Creates a new DelayedAppendIterator |
|
DelayedPrependIterator(Thunk<A> head,
Thriter<? extends A> tail)
Creates a new PrependThriterator |
|
| Uses of Thriter in net.sf.staccatocommons.iterators.thriter |
|---|
| Subinterfaces of Thriter in net.sf.staccatocommons.iterators.thriter | |
|---|---|
interface |
Thriterator<A>
An object that both implements Iterator and Thriter |
| Classes in net.sf.staccatocommons.iterators.thriter that implement Thriter | |
|---|---|
class |
AbstractThriterator<A>
|
class |
AdvanceThriterator<A>
|
class |
IteratorThriterator<A>
|
class |
NextThriterator<A>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||