|
Scala Library Documentation
|
|
scala/runtime/BoxedFloatArray.scala]
final
class
BoxedFloatArray(val value : Array[Float])
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
|
protected override def
|
newArray (length : Int, elements : Iterator[Any]) : BoxedFloatArray |
def
|
subArray (start : Int, end : Int) : Array[Float] |
def
|
unbox (elemClass : java.lang.Class) : AnyRef |
def
|
unbox (elemTag : java.lang.String) : 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, takeWhile, dropWhile, deepToString, deepMkString, deepMkString, deepEquals, stringPrefix, projection |
| Methods inherited from Array0 | |
| slice, take, drop, reverse |
| Methods inherited from Mutable | |
| readOnly |
| Methods inherited from RandomAccessSeq | |
| patch, toStream, safeIs |
| Methods inherited from Seq | |
| lengthCompare, size, isEmpty, concat, last, lastOption, headOption, lastIndexOf, contains, subseq, toArray, equalsWith, startsWith, endsWith, indexOf, containsSlice |
| Methods inherited from Collection | |
| toString |
| Methods inherited from Iterable | |
| partition, 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 |
| Method Details |
def
length : Int
def
unbox(elemTag : java.lang.String) : AnyRef
def
unbox(elemClass : java.lang.Class) : AnyRef
override
def
hashCode : Int
override final
def
filter(p : (Any) => Boolean) : BoxedArray
p. The order of the elements is preserved.p - the predicate used to filter the list.p.protected override
def
newArray(length : Int, elements : Iterator[Any]) : BoxedFloatArray
|
Scala Library Documentation
|
|