|
Scala Library Documentation
|
|
class
FilterIterator(underlying : SeqIterator[Int, A])
extends SeqIterator[Int, A]| Method Summary | |
def
|
hasNext
: Boolean
Does this iterator provide another element?
|
def
|
hasPrevious : Boolean |
def
|
next
: A
Returns the next element.
|
def
|
nextIndex : Int |
def
|
previous : A |
def
|
previousIndex : Int |
def
|
remove : Unit |
protected def
|
seekNext : Option[A] |
protected def
|
seekPrevious : Option[A] |
| Methods inherited from SeqIterator | |
| seek, indexOf, map |
| Methods inherited from MutableIterator | |
| filter, has, remove, retain, buffered0 |
| Methods inherited from Iterator | |
| take, drop, append, ++, flatMap, takeWhile, dropWhile, zip, zipWithIndex, foreach, forall, exists, contains, find, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, buffered, counted, duplicate, copyToArray, copyToBuffer, toList, mkString, mkString, addString |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
def
hasNext : Boolean
def
nextIndex : Int
def
next : A
def
hasPrevious : Boolean
def
previousIndex : Int
def
previous : A
def
remove : Unit
|
Scala Library Documentation
|
|