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