Scala Library Documentation
|
|
scala/CountedIterator.scala
]
trait
CountedIterator[+A]
extends
Iterator[A]Method Summary | |
abstract def
|
count
: Int
counts the elements in this iterator; counts start at 0
|
Methods inherited from Iterator | |
hasNext (abstract), next (abstract), take, drop, map, append, ++, flatMap, filter, takeWhile, dropWhile, zip, zipWithIndex, foreach, forall, exists, contains, find, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, buffered, counted, duplicate, copyToArray, copyToBuffer, toList, mkString, mkString, addString |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
Scala Library Documentation
|
|