KoneRemovableIterator
Represents a KoneIterator that can remove the next element if it's present.
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
Gets the next element, moves forward, and returns the got element.
Link copied to clipboard
Returns next element in the order or throws NoFollowingElementInIteratorException if there is no next element.
Link copied to clipboard
Link copied to clipboard
Moves forward bypassing next element or throws NoFollowingElementInIteratorException if there is no next element.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Removes the next element if it's present or throws NoFollowingElementInIteratorException if there is no next element.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard