|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListIteratorDecoratorSwitchable | |
|---|---|
| org.omnaest.utils.structure.iterator | |
| Uses of ListIteratorDecoratorSwitchable in org.omnaest.utils.structure.iterator |
|---|
| Fields in org.omnaest.utils.structure.iterator declared as ListIteratorDecoratorSwitchable | |
|---|---|
protected ListIteratorDecoratorSwitchable<E> |
ChainedListIterator.listIteratorDecoratorSwitchable
|
| Methods in org.omnaest.utils.structure.iterator that return ListIteratorDecoratorSwitchable | |
|---|---|
ListIteratorDecoratorSwitchable<E> |
ListIteratorDecoratorSwitchable.switchTo(int listIteratorIndexPosition)
Switches to the ListIterator instance which has the given list iterator index position within the
getListIteratorList() |
ListIteratorDecoratorSwitchable<E> |
ListIteratorDecoratorSwitchable.switchTo(ListIterator<E> listIterator)
Similar to switchTo(int) but resolving the right ListIterator instance using the given ListIterator. |
ListIteratorDecoratorSwitchable<E> |
ListIteratorDecoratorSwitchable.switchToNext()
Switches the active ListIterator to the next ListIterator |
ListIteratorDecoratorSwitchable<E> |
ListIteratorDecoratorSwitchable.switchToNextIteratorWhichHasNext()
Switches to the next ListIterator instance which returns true for ListIterator.hasNext(), but only if the
getActiveListIterator() does not return true for ListIterator.hasNext() itself already. |
ListIteratorDecoratorSwitchable<E> |
ListIteratorDecoratorSwitchable.switchToPrevious()
Switches the active ListIterator to the previous ListIterator |
ListIteratorDecoratorSwitchable<E> |
ListIteratorDecoratorSwitchable.switchToPreviousIteratorWhichHasPrevious()
Switches to the next ListIterator instance which returns true for ListIterator.hasNext(), but only if the
getActiveListIterator() does not return true for ListIterator.hasNext() itself already. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||