|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IteratorDecoratorSwitchable | |
|---|---|
| org.omnaest.utils.structure.iterator | |
| Uses of IteratorDecoratorSwitchable in org.omnaest.utils.structure.iterator |
|---|
| Fields in org.omnaest.utils.structure.iterator declared as IteratorDecoratorSwitchable | |
|---|---|
protected IteratorDecoratorSwitchable<E> |
ChainedIterator.iteratorDecoratorSwitchable
|
| Methods in org.omnaest.utils.structure.iterator that return IteratorDecoratorSwitchable | |
|---|---|
IteratorDecoratorSwitchable<E> |
IteratorDecoratorSwitchable.switchTo(int iteratorIndexPosition)
Switches to the Iterator instance which has the given iterator index position within the getIteratorList() |
IteratorDecoratorSwitchable<E> |
IteratorDecoratorSwitchable.switchTo(Iterator<E> iterator)
Similar to switchTo(int) but resolving the right Iterator instance using the given Iterator. |
IteratorDecoratorSwitchable<E> |
IteratorDecoratorSwitchable.switchToNext()
Switches the active Iterator to the next Iterator |
IteratorDecoratorSwitchable<E> |
IteratorDecoratorSwitchable.switchToNextIteratorWhichHasNext()
Switches to the next Iterator instance which returns true for Iterator.hasNext(), but only if the
getActiveIterator() does not return true for Iterator.hasNext() itself already. |
IteratorDecoratorSwitchable<E> |
IteratorDecoratorSwitchable.switchToPrevious()
Switches the active Iterator to the previous Iterator |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||