in scala.runtime
class BoxedBooleanArray

[scala.serializable]

final class BoxedBooleanArray
extends scala.runtime.BoxedArray
with scala.ScalaObject

Constructor Summary
def this (value: scala.Array[scala.Boolean])



Val Summary
val value : scala.Array[scala.Boolean]



Def Summary
def apply (index: scala.Int) : java.lang.Object

override def equals (other: scala.Any) : scala.Boolean

def filter (p: scala.Function1[scala.Any, scala.Boolean]) : scala.Array[scala.Boolean]

override def hashCode : scala.Int

def length : scala.Int

def subArray (start: scala.Int, end: scala.Int) : scala.Array[scala.Boolean]

def unbox (elemClass: java.lang.Class) : java.lang.Object

def unbox (elemTag: java.lang.String) : java.lang.Object

def update (index: scala.Int, elem: java.lang.Object) : scala.Unit



Constructor Detail
def this (value: scala.Array[scala.Boolean])

Val Detail
val value : scala.Array[scala.Boolean]

Def Detail
def apply (index: scala.Int): java.lang.Object

override def equals (other: scala.Any): scala.Boolean

def filter (p: scala.Function1[scala.Any, scala.Boolean]): scala.Array[scala.Boolean]

override def hashCode : scala.Int

def length : scala.Int

def subArray (start: scala.Int, end: scala.Int): scala.Array[scala.Boolean]

def unbox (elemClass: java.lang.Class): java.lang.Object

def unbox (elemTag: java.lang.String): java.lang.Object

def update (index: scala.Int, elem: java.lang.Object): scala.Unit