Scalax
|
|
scalax/io/KeyValueIterator.scala
]
class
KeyValueIterator(r : java.io.Reader)
extends
scala.Iterator[(java.lang.String, java.lang.String)]Method Summary | |
def
|
hasNext : Boolean |
def
|
next : (java.lang.String, java.lang.String) |
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 |
def
hasNext : Boolean
def
next : (java.lang.String, java.lang.String)
Scalax
|
|