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