@Synchronized fun peek(): T
Overrides PeekingIterator.peek
Returns the next element without consuming it.
NoSuchElementException - in case there is no next element.
NoSuchElementException
Return the next element without consuming it