|
Scala Library Documentation
|
|
scala/runtime/BoxedIntArray.scala]
final
class
BoxedIntArray(val value : Array[Int])
extends BoxedArray| Method Summary | |
def
|
apply
(index : Int) : Any
The element at given index
|
override def
|
equals (other : Any) : Boolean |
override final def
|
filter
(p : (Any) => Boolean) : BoxedArray
Returns all the elements of this sequence that satisfy the
predicate
p. The order of the elements is preserved. |
override def
|
hashCode : Int |
def
|
length
: Int
The length of the array
|
override final def
|
slice
(start : Int, end : Int) : BoxedArray
A sub-sequence of
len elements
starting at index from (non-strict) |
def
|
subArray (start : Int, end : Int) : Array[Int] |
def
|
unbox
(elemTag : String) : AnyRef
Convert to Java array.
|
def
|
unbox (elemClass : Class) : AnyRef |
def
|
update
(index : Int, elem : Any) : Unit
Update element at given index
|
| Methods inherited from BoxedArray | |
| isDefinedAt, elements, copyFrom, copyTo, copyToArray, map, flatMap, ++, zip, zipWithIndex, indices, take, drop, takeWhile, dropWhile, deepToString, deepMkString, deepMkString, deepEquals, stringPrefix |
| Methods inherited from Mutable | |
| projection, readOnly, reverse |
| Methods inherited from RandomAccessSeq | |
| toStream, safeIs |
| Methods inherited from Seq | |
| size, isEmpty, concat, last, lastOption, headOption, lastIndexOf, contains, subseq, toArray, equalsWith, startsWith, endsWith, indexOf, containsSlice |
| Methods inherited from Collection | |
| toString |
| Methods inherited from Iterable | |
| foreach, forall, exists, find, findIndexOf, indexOf, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, copyToBuffer, sameElements, toList, mkString, mkString, mkString, addString, addString, hasDefiniteSize |
| Methods inherited from PartialFunction | |
| orElse, andThen |
| Methods inherited from Function1 | |
| compose |
| Methods inherited from AnyRef | |
| getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
|
Scala Library Documentation
|
|