Peeking Iterator
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Maps remaining values of this Iterator with the help of the given transform functions where a counter variable is passed ot the transform function starting by 0; returns an empty list if Iterator.hasNext returns false
for the first call.
Link copied to clipboard
Wraps this Iterator into a PeekingIterator and returns it.