|
Scala Library
|
|
scala/BufferedIterator.scala]
trait
PutBack[+A]
extends Advanced[A]| Method Summary | |
override def
|
counted
: CountedIterator[A] with PutBack[A]
Returns a counted iterator from this iterator.
|
protected[this] def
|
flushFrom
[B](i : Default[B])(implicit view$1 : (B) => Seq[A]) : Unit
|
protected[this] abstract def
|
putBack (a : A) : Unit |
| Methods inherited from Advanced | |
| peekList (abstract), head, peek, defaultPeek, startsWith, readIfStartsWith, hasNext, toString, advanced |
| Methods inherited from BufferedIterator | |
| headOpt, buffered, readIf, readWhile |
| Methods inherited from Iterator | |
| next (abstract), take, drop, slice, map, append, ++, flatMap, filter, takeWhile, dropWhile, zip, zipWithIndex, foreach, forall, exists, contains, find, findIndexOf, indexOf, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, duplicate, copyToArray, readInto, readInto, readInto, copyToBuffer, toList, collect, mkString, mkString, mkString, addString |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
override
def
counted : CountedIterator[A] with PutBack[A]
|
Scala Library
|
|