scala.collection.mutable

ArrayOps

object ArrayOps extends AnyRef

Inherits

  1. AnyRef
  2. Any

Type Members

  1. class ofBoolean extends ArrayOps[Boolean] with ArrayLike[Boolean, Array[Boolean]]

  2. class ofByte extends ArrayOps[Byte] with ArrayLike[Byte, Array[Byte]]

  3. class ofChar extends ArrayOps[Char] with ArrayLike[Char, Array[Char]]

  4. class ofDouble extends ArrayOps[Double] with ArrayLike[Double, Array[Double]]

  5. class ofFloat extends ArrayOps[Float] with ArrayLike[Float, Array[Float]]

  6. class ofInt extends ArrayOps[Int] with ArrayLike[Int, Array[Int]]

  7. class ofLong extends ArrayOps[Long] with ArrayLike[Long, Array[Long]]

  8. class ofRef[T <: AnyRef] extends ArrayOps[T] with ArrayLike[T, Array[T]]

  9. class ofShort extends ArrayOps[Short] with ArrayLike[Short, Array[Short]]

  10. class ofUnit extends ArrayOps[Unit] with ArrayLike[Unit, Array[Unit]]

Value Members

  1. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  2. def hashCode(): Int

    Returns a hash code value for the object

  3. def toString(): String

    Returns a string representation of the object