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