Uses of Interface
org.klojang.collections.WiredIterator
-
Uses of WiredIterator in org.klojang.collections
Modifier and TypeMethodDescriptionWiredIterator.turn()
Flips the direction of the iteration.CrisprList.wiredIterator()
Returns aWiredIterator
that traverses the list from the first element to the last.CrisprList.wiredIterator
(boolean reverse) Returns aWiredIterator
that traverses the list from the first element to the last, or the other way round, depending on the value of the argumentWiredList.wiredIterator()
Returns aWiredIterator
that traverses the list from the first element to the last.WiredList.wiredIterator
(boolean reverse) Returns aWiredIterator
that traverses the list from the first element to the last, or the other way round, depending on the value of the argument