LookaheadIterator

Functions

Link copied to clipboard
abstract fun element(): E
Returns the next element in iteration without advancing the underlying iterator.
Link copied to clipboard
abstract fun peek(): E
Returns the next element in iteration without advancing the underlying iterator.