|
Scala
1.4.0.3 |
|||
Method Summary | |
abstract
|
def apply(x0: Int): T
|
abstract
|
def length: Int
|
abstract
|
def update(x0: Int, x1: T): Unit
|
abstract
|
def value: Array[T]
|
Methods inherited from java/lang/Object-class |
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Method Detail |
abstract def value: Array[T]
abstract def length: Int
abstract def apply(x0: Int): T
abstract def update(x0: Int, x1: T): Unit
|
Scala
1.4.0.3 |
|||