|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Thriterator | |
|---|---|
| net.sf.staccatocommons.iterators | |
| net.sf.staccatocommons.iterators.delayed | |
| net.sf.staccatocommons.iterators.thriter | |
| Uses of Thriterator in net.sf.staccatocommons.iterators |
|---|
| Classes in net.sf.staccatocommons.iterators that implement Thriterator | |
|---|---|
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. |
| Methods in net.sf.staccatocommons.iterators that return Thriterator | ||
|---|---|---|
static
|
EmptyThriterator.empty()
|
|
| Constructors in net.sf.staccatocommons.iterators with parameters of type Thriterator | |
|---|---|
AppendThriterator(Thriterator<? extends A> iterator,
A element)
Creates a new AppendThriterator |
|
PrependThriterator(A element,
Thriterator<? extends A> iterator)
Creates a new PrependThriterator |
|
| Uses of Thriterator in net.sf.staccatocommons.iterators.delayed |
|---|
| Classes in net.sf.staccatocommons.iterators.delayed that implement Thriterator | |
|---|---|
class |
DelayedAppendIterator<A>
|
class |
DelayedPrependIterator<A>
|
class |
DelayedSingleIterator<A>
|
| Uses of Thriterator in net.sf.staccatocommons.iterators.thriter |
|---|
| Classes in net.sf.staccatocommons.iterators.thriter that implement Thriterator | |
|---|---|
class |
AbstractThriterator<A>
|
class |
AdvanceThriterator<A>
|
class |
IteratorThriterator<A>
|
class |
NextThriterator<A>
|
| Methods in net.sf.staccatocommons.iterators.thriter that return Thriterator | ||
|---|---|---|
static
|
Thriterators.empty()
Answers a Thriterator that retrieves no elements, that is,
thriterator.isEmpty() is always true |
|
static
|
Thriterators.from(A... elements)
Answers a Thriterator that retrieves elements from the given array |
|
static
|
Thriterators.from(A element)
Answers a Thriterator that retrieves the given element |
|
static
|
Thriterators.from(Iterator<? extends A> iter)
Answers a Thriterator that wraps the given Iterator. |
|
static
|
Thriterators.from(Thunk<A> thunk)
Answers a Thriterator that retrieves the given thunk's value |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||