in scala.collection.jcl.IterableWrapper
class IteratorWrapper

class IteratorWrapper
extends java.lang.Object
with scala.collection.jcl.MutableIterator[A]
with scala.ScalaObject
Direct Known Subclasses:
IteratorWrapper, IteratorWrapper, IteratorWrapper

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 this (underlying: java.util.Iterator)

Def Detail
def hasNext : scala.Boolean

def next : A

def remove : scala.Unit