KoneMutableIterator
interface KoneMutableIterator<Element> : KoneSettableIterator<Element> , KoneExtendableIterator<Element> , KoneRemovableIterator<Element> (source)
Represents a KoneIterator that can add, set, and remove the next element.
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
Changes the next element if it is present or throws NoFollowingElementInIteratorException if there is no next element.
Link copied to clipboard