KoneLinkedNoddedSetIterator
Represents iterator over KoneLinkedNoddedSet.
Inheritors
Functions
Gets the next element, moves forward, and returns the got element.
Gets the previous element, moves backward, and returns the got element.
Returns next element in the order or throws NoFollowingElementInIteratorException if there is no next element.
Returns a node corresponding to the next element or throws NoFollowingElementInIteratorException if there is no next element.
Returns previous element in the order or throws NoFollowingElementInIteratorException if there is no previous element.
Returns a node corresponding to the previous element or throws NoFollowingElementInIteratorException if there is no next element.
Returns true
iff there is previous element in the order.
Moves forward bypassing next element or throws NoFollowingElementInIteratorException if there is no next element.
Moves backward bypassing previous element or throws NoFollowingElementInIteratorException if there is no previous element.