in scala.collection.jcl.BufferWrapper
class IteratorWrapper

class IteratorWrapper
extends BufferWrapper.this.IteratorWrapper
with scala.collection.jcl.BufferIterator[scala.Int, A]
with scala.ScalaObject

Constructor Summary
def this (underlying: java.util.ListIterator)

Def Summary
def add (a: A) : scala.Unit

def hasPrevious : scala.Boolean

def nextIndex : scala.Int

def previous : A

def previousIndex : scala.Int

def set (a: A) : scala.Unit

Def inherited from BufferWrapper.this.IteratorWrapper
hasNext , next, remove
Def inherited from scala.collection.jcl.BufferIterator[scala.Int, A]
add , set
Constructor Detail
def this (underlying: java.util.ListIterator)

Def Detail
def add (a: A): scala.Unit

def hasPrevious : scala.Boolean

def nextIndex : scala.Int

def previous : A

def previousIndex : scala.Int

def set (a: A): scala.Unit