| 
 | 
          Scala 1.3.0.7 | |||
| Method Summary | |
| 
        abstract | def apply(x0: Int): T | 
| 
        final | def apply(x0: Any): Object | 
| 
        final | def exists(x0: (T) => Boolean): Boolean | 
| 
        final | def forall(x0: (T) => Boolean): Boolean | 
| 
        final | def foreach(x0: (T) => Unit): Unit | 
| def getType(): ScalaClassType | |
| 
        final | def isDefinedAt(x0: Int): Boolean | 
| 
        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, 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
final def apply(x0: Any): Object
abstract def update(x0: Int, x1: T): Unit
final def foreach(x0: (T) => Unit): Unit
final def forall(x0: (T) => Boolean): Boolean
final def exists(x0: (T) => Boolean): Boolean
final def isDefinedAt(x0: Int): Boolean
def getType(): ScalaClassType
| 
 | 
          Scala 1.3.0.7 | |||