in scala.collection.jcl.MutableSeq.Filter
class FilterIterator

class FilterIterator
extends java.lang.Object
with scala.collection.jcl.SeqIterator[scala.Int, A]
with scala.ScalaObject

Constructor Summary
def this (underlying: scala.collection.jcl.SeqIterator[scala.Int, A])

Def Summary
def hasNext : scala.Boolean

def hasPrevious : scala.Boolean

def next : A

def nextIndex : scala.Int

def previous : A

def previousIndex : scala.Int

def remove : scala.Unit

protected def seekNext : scala.Option[A]

protected def seekPrevious : scala.Option[A]

Def inherited from scala.collection.jcl.SeqIterator[scala.Int, A]
hasPrevious , indexOf, map, nextIndex, previous, previousIndex, seek
Constructor Detail
def this (underlying: scala.collection.jcl.SeqIterator[scala.Int, A])

Def Detail
def hasNext : scala.Boolean

def hasPrevious : scala.Boolean

def next : A

def nextIndex : scala.Int

def previous : A

def previousIndex : scala.Int

def remove : scala.Unit

protected def seekNext : scala.Option[A]

protected def seekPrevious : scala.Option[A]