scala.collection.mutable
object
WrappedArray
extends AnyRef
Type Members
-
class
ofBoolean
extends WrappedArray[Boolean] with Serializable
-
class
ofByte
extends WrappedArray[Byte] with Serializable
-
class
ofChar
extends WrappedArray[Char] with Serializable
-
class
ofDouble
extends WrappedArray[Double] with Serializable
-
class
ofFloat
extends WrappedArray[Float] with Serializable
-
class
ofInt
extends WrappedArray[Int] with Serializable
-
class
ofLong
extends WrappedArray[Long] with Serializable
-
class
ofRef
[T <: AnyRef]
extends WrappedArray[T] with Serializable
-
class
ofShort
extends WrappedArray[Short] with Serializable
-
class
ofUnit
extends WrappedArray[Unit] with Serializable
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
-
def
asInstanceOf
[T0]
: T0
-
implicit def
canBuildFrom
[T]
(implicit m: ClassManifest[T]): CanBuildFrom[scala.collection.mutable.WrappedArray[_], T, WrappedArray[T]]
-
def
clone
(): AnyRef
-
def
empty
[T <: AnyRef]
: WrappedArray[T]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_ <: java.lang.Object]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
make
[T]
(x: AnyRef): WrappedArray[T]
-
def
ne
(arg0: AnyRef): Boolean
-
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_ <: java.lang.Object]
-
def
hashCode
(): Int
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from Any
Value Members
-
-
-
def
asInstanceOf
[T0]
: T0
-
def
isInstanceOf
[T0]
: Boolean
A companion object used to create instances of
WrappedArray
.