in scala
class CountedIterator

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

Def Summary
def count : scala.Int
counts the elements in this iterator; counts start at 0


Def Detail
def count : scala.Int
counts the elements in this iterator; counts start at 0