|
|
Scala 2.3.3
|
class
IteratorWrapper
extends java.lang.Object
with scala.collection.jcl.MutableIterator[A]
with scala.ScalaObject
| Constructor Summary | |
def
this
(underlying: java.util.Iterator)
|
|
| Def Summary | |
def
hasNext
: scala.Boolean
|
|
def
next
: A
|
|
def
remove
: scala.Unit
|
|
| Def inherited from scala.collection.jcl.MutableIterator[A] | |
| buffered0 , filter, has, map, remove, remove, retain |
| Constructor Detail |
| Def Detail |