|
Scala
1.4.0.3 |
|||
Field Summary | |
final
|
val length: Int
The length of the array |
Method Summary | |
final
|
def apply(index: Int): Object
The element at given index |
final override
|
def equals(other: Any): Boolean
|
final override
|
def hashCode(): Int
|
final
|
def unbox(elemTag: String): Object
Convert to Java array. |
final
|
def update(index: Int, elem: Object): Unit
Update element at given index |
Methods inherited from java/lang/Object-class |
clone, eq, finalize, getClass, ne, notify, notifyAll, synchronized, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/Iterable-class |
/:, :\, concat, exists, find, foldLeft, foldRight, forall, foreach, sameElements |
Methods inherited from scala/ScalaObject-class |
getScalaType |
Methods inherited from scala/Seq-class |
concat, copyToArray, drop, indexOf, lastIndexOf, stringPrefix, subseq, take, toList |
Methods inherited from scala/runtime/BoxedArray-class |
elements, isDefinedAt, toString |
Field Detail |
final val length: Int
Method Detail |
final def apply(index: Int): Object
final def update(index: Int, elem: Object): Unit
final def unbox(elemTag: String): Object
elemTag
-
Either one of the tags ".N" where N is the name of a primitive type
(@see ScalaRunTime), or a full class name.
final override def equals(other: Any): Boolean
final override def hashCode(): Int
|
Scala
1.4.0.3 |
|||