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