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