Web Flavor
|
|
class
IteratorItarator[A](iterator : java.util.Iterator[Any])
extends
scala.Iterator[A]Method Summary | |
def
|
hasNext : Boolean |
def
|
next : A |
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 : A
Web Flavor
|
|