|
|
Scala 2.4.0-final
|
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 inherited from scala.Iterator[A] | |
| ++ , /:, :\, addString, append, buffered, contains, copyToArray, copyToBuffer, counted, drop, dropWhile, duplicate, exists, filter, find, flatMap, foldLeft, foldRight, forall, foreach, hasNext, map, mkString, mkString, next, predicatedIterator, reduceLeft, reduceRight, take, takeWhile, toList, zip, zipWithIndex |
| Def Detail |