|
Scala 2.4.0-RC1
|
class
RangeIterator
extends
java.lang.Object
with
scala.collection.jcl.MutableIterator[A]
with
scala.ScalaObject
Constructor Summary | |
def
this
(underlying: scala.collection.jcl.MutableIterator[A]#Buffered)
|
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 |