Scalax
|
|
scalax/io/FileTree.scala
]
class
Walk
extends
scala.Iterator[java.io.File]Method Summary | |
def
|
hasNext : Boolean |
def
|
next : java.io.File |
def
|
wasUnreadable : Boolean |
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.io.File
def
wasUnreadable : Boolean
Scalax
|
|