Scalax
|
|
scalax/rules/ArrayInput.scala
]
class
ArrayInput[A](val
array : scala.Array[A], val
index : Int)
extends
Input[A]Additional Constructor Summary | |
def
|
this (array : scala.Array[A]) : ArrayInput[A] |
Value Summary | |
lazy val
|
next : Result[ArrayInput[A], A, Nothing] |
override lazy val
|
toString
: java.lang.String
Returns a string representation of the object.
|
Methods inherited from Input | |
elements |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Additional Constructor Details |
Value Details |
lazy val
next : Result[ArrayInput[A], A, Nothing]
override
lazy val
toString : java.lang.String
The default representation is platform dependent.
Scalax
|
|