|
Scala 2.3.3.10048
|
abstract
trait
SeqIterator
[K, A]
extends
java.lang.Object
with
scala.collection.jcl.MutableIterator[A]
with
scala.ScalaObject
Class Summary | |
class
Map
[B]
|
Def Summary | |
abstract
|
def
hasPrevious
: scala.Boolean
|
def
indexOf
(a: A)
: scala.Option[K]
finds the index of the next "a" in this iteration. |
|
override
|
def
map
[B]
(f: (A) => B)
: scala.collection.jcl.SeqIterator[K, B]
|
abstract
|
def
nextIndex
: K
|
abstract
|
def
previous
: A
|
abstract
|
def
previousIndex
: K
|
def
seek
(idx: K)
: A
Winds the iteration forward until index "idx" is found |
Def inherited from scala.collection.jcl.MutableIterator[A] | |
buffered0 , filter, has, map, remove, remove, retain |
Def Detail |
abstract
def
hasPrevious
: scala.Boolean
def
indexOf
(a: A): scala.Option[K]
a -
..
None
if "a" is not found in the iteration.
override
def
map
[B](f: (A) => B): scala.collection.jcl.SeqIterator[K, B]
abstract
def
nextIndex
: K
abstract
def
previous
: A
abstract
def
previousIndex
: K