Scalax
|
|
scalax/data/IteratorSeq.scala
]
trait
IteratorSeq[+A]
extends
scala.Seq[A]Method Summary | |
def
|
apply (i : Int) : A |
override def
|
isEmpty : Boolean |
def
|
length : Int |
Methods inherited from scala.Collection | |
scala.Collection.toString, scala.Collection.stringPrefix |
Methods inherited from scala.PartialFunction | |
scala.PartialFunction.orElse, scala.PartialFunction.andThen |
Methods inherited from scala.Function1 | |
scala.Function1.compose |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
def
length : Int
override
def
isEmpty : Boolean
Scalax
|
|