|
Scala 2.2.0
|
abstract
trait
CountedIterator
[A]
extends
java.lang.Object with
scala.Iterator[A] with
scala.ScalaObjectDef Summary | |
abstract
|
def
count
: scala.Int
counts the elements in this iterator; counts start at 0 |
Def Detail |
abstract
def
count
: scala.Int