in scala
class BufferedIterator

mixin abstract class BufferedIterator [ A ]
extends java.lang.Object
with Iterator
with ScalaObject
Buffered iterators are iterators which llow to inspect the next element without discarding it.
author:
Martin Odersky
version:
1.0, 16/07/2003

Def Summary
def head : A
Checks what the next available element is.


Def Detail
def head : A
Checks what the next available element is.
return:
the current element