|
Scala Library
|
|
scala/io/Source.scala]
class
LineIterator(separator : java.lang.String)
extends Iterator[java.lang.String]| Value Summary | |
val
|
isNewline : (Char) => Boolean |
lazy val
|
iter : BufferedIterator[Char] |
| Method Summary | |
def
|
hasNext
: Boolean
Does this iterator provide another element?
|
def
|
next
: java.lang.String
Returns the next element of this iterator.
|
| Methods inherited from Iterator | |
| take, drop, slice, map, ++, flatMap, filter, filterNot, partialMap, takeWhile, partition, dropWhile, zip, padTo, zipWithIndex, zipAll, foreach, forall, exists, contains, find, indexWhere, indexOf, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, reduceLeftOption, reduceRightOption, buffered, grouped, sliding, length, duplicate, patch, copyToArray, copyToArray, copyToArray, copyToBuffer, toList, toStream, toSeq, mkString, mkString, mkString, addString, addString, addString, toString, append, findIndexOf, collect, counted, readInto, readInto, readInto |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Value Details |
| Method Details |
def
hasNext : Boolean
def
next : java.lang.String
|
Scala Library
|
|