object Arrays
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Arrays
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asList[T <: AnyRef](a: Array[T]): List[T]
- Annotations
- @noinline()
- def binarySearch[T](a: Array[T], startIndex: Int, endIndex: Int, key: T, c: Comparator[_ >: T]): Int
- Annotations
- @noinline()
- def binarySearch[T](a: Array[T], key: T, c: Comparator[_ >: T]): Int
- Annotations
- @noinline()
- def binarySearch(a: Array[AnyRef], startIndex: Int, endIndex: Int, key: AnyRef): Int
- Annotations
- @noinline()
- def binarySearch(a: Array[AnyRef], key: AnyRef): Int
- Annotations
- @noinline()
- def binarySearch(a: Array[Float], startIndex: Int, endIndex: Int, key: Float): Int
- Annotations
- @noinline()
- def binarySearch(a: Array[Float], key: Float): Int
- Annotations
- @noinline()
- def binarySearch(a: Array[Double], startIndex: Int, endIndex: Int, key: Double): Int
- Annotations
- @noinline()
- def binarySearch(a: Array[Double], key: Double): Int
- Annotations
- @noinline()
- def binarySearch(a: Array[Byte], startIndex: Int, endIndex: Int, key: Byte): Int
- Annotations
- @noinline()
- def binarySearch(a: Array[Byte], key: Byte): Int
- Annotations
- @noinline()
- def binarySearch(a: Array[Char], startIndex: Int, endIndex: Int, key: Char): Int
- Annotations
- @noinline()
- def binarySearch(a: Array[Char], key: Char): Int
- Annotations
- @noinline()
- def binarySearch(a: Array[Short], startIndex: Int, endIndex: Int, key: Short): Int
- Annotations
- @noinline()
- def binarySearch(a: Array[Short], key: Short): Int
- Annotations
- @noinline()
- def binarySearch(a: Array[Int], startIndex: Int, endIndex: Int, key: Int): Int
- Annotations
- @noinline()
- def binarySearch(a: Array[Int], key: Int): Int
- Annotations
- @noinline()
- def binarySearch(a: Array[Long], startIndex: Int, endIndex: Int, key: Long): Int
- Annotations
- @noinline()
- def binarySearch(a: Array[Long], key: Long): Int
- Annotations
- @noinline()
- def binarySearchImplRef(a: Array[AnyRef], startIndex: Int, endIndex: Int, key: AnyRef): Int
- Annotations
- @inline() @tailrec()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def copyOf(original: Array[Boolean], newLength: Int): Array[Boolean]
- Annotations
- @noinline()
- def copyOf(original: Array[Double], newLength: Int): Array[Double]
- Annotations
- @noinline()
- def copyOf(original: Array[Float], newLength: Int): Array[Float]
- Annotations
- @noinline()
- def copyOf(original: Array[Char], newLength: Int): Array[Char]
- Annotations
- @noinline()
- def copyOf(original: Array[Long], newLength: Int): Array[Long]
- Annotations
- @noinline()
- def copyOf(original: Array[Int], newLength: Int): Array[Int]
- Annotations
- @noinline()
- def copyOf(original: Array[Short], newLength: Int): Array[Short]
- Annotations
- @noinline()
- def copyOf(original: Array[Byte], newLength: Int): Array[Byte]
- Annotations
- @noinline()
- def copyOf[T <: AnyRef, U <: AnyRef](original: Array[U], newLength: Int, newType: Class[_ <: Array[T]]): Array[T]
- Annotations
- @noinline()
- def copyOf[T <: AnyRef](original: Array[T], newLength: Int): Array[T]
- Annotations
- @noinline()
- def copyOfRange(original: Array[Boolean], start: Int, end: Int): Array[Boolean]
- Annotations
- @noinline()
- def copyOfRange(original: Array[Double], start: Int, end: Int): Array[Double]
- Annotations
- @noinline()
- def copyOfRange(original: Array[Float], start: Int, end: Int): Array[Float]
- Annotations
- @noinline()
- def copyOfRange(original: Array[Char], start: Int, end: Int): Array[Char]
- Annotations
- @noinline()
- def copyOfRange(original: Array[Long], start: Int, end: Int): Array[Long]
- Annotations
- @noinline()
- def copyOfRange(original: Array[Int], start: Int, end: Int): Array[Int]
- Annotations
- @noinline()
- def copyOfRange(original: Array[Short], start: Int, end: Int): Array[Short]
- Annotations
- @noinline()
- def copyOfRange(original: Array[Byte], start: Int, end: Int): Array[Byte]
- Annotations
- @noinline()
- def copyOfRange[T <: AnyRef, U <: AnyRef](original: Array[U], from: Int, to: Int, newType: Class[_ <: Array[T]]): Array[T]
- Annotations
- @noinline()
- def copyOfRange[T <: AnyRef](original: Array[T], from: Int, to: Int): Array[T]
- Annotations
- @noinline()
- def deepEquals(a1: Array[AnyRef], a2: Array[AnyRef]): Boolean
- Annotations
- @noinline()
- def deepHashCode(a: Array[AnyRef]): Int
- Annotations
- @noinline()
- def deepToString(a: Array[AnyRef]): String
- Annotations
- @noinline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(a: Array[AnyRef], b: Array[AnyRef]): Boolean
- Annotations
- @noinline()
- def equals(a: Array[Float], b: Array[Float]): Boolean
- Annotations
- @noinline()
- def equals(a: Array[Double], b: Array[Double]): Boolean
- Annotations
- @noinline()
- def equals(a: Array[Boolean], b: Array[Boolean]): Boolean
- Annotations
- @noinline()
- def equals(a: Array[Byte], b: Array[Byte]): Boolean
- Annotations
- @noinline()
- def equals(a: Array[Char], b: Array[Char]): Boolean
- Annotations
- @noinline()
- def equals(a: Array[Short], b: Array[Short]): Boolean
- Annotations
- @noinline()
- def equals(a: Array[Int], b: Array[Int]): Boolean
- Annotations
- @noinline()
- def equals(a: Array[Long], b: Array[Long]): Boolean
- Annotations
- @noinline()
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fill(a: Array[AnyRef], fromIndex: Int, toIndex: Int, value: AnyRef): Unit
- Annotations
- @noinline()
- def fill(a: Array[AnyRef], value: AnyRef): Unit
- Annotations
- @noinline()
- def fill(a: Array[Float], fromIndex: Int, toIndex: Int, value: Float): Unit
- Annotations
- @noinline()
- def fill(a: Array[Float], value: Float): Unit
- Annotations
- @noinline()
- def fill(a: Array[Double], fromIndex: Int, toIndex: Int, value: Double): Unit
- Annotations
- @noinline()
- def fill(a: Array[Double], value: Double): Unit
- Annotations
- @noinline()
- def fill(a: Array[Boolean], fromIndex: Int, toIndex: Int, value: Boolean): Unit
- Annotations
- @noinline()
- def fill(a: Array[Boolean], value: Boolean): Unit
- Annotations
- @noinline()
- def fill(a: Array[Byte], fromIndex: Int, toIndex: Int, value: Byte): Unit
- Annotations
- @noinline()
- def fill(a: Array[Byte], value: Byte): Unit
- Annotations
- @noinline()
- def fill(a: Array[Char], fromIndex: Int, toIndex: Int, value: Char): Unit
- Annotations
- @noinline()
- def fill(a: Array[Char], value: Char): Unit
- Annotations
- @noinline()
- def fill(a: Array[Short], fromIndex: Int, toIndex: Int, value: Short): Unit
- Annotations
- @noinline()
- def fill(a: Array[Short], value: Short): Unit
- Annotations
- @noinline()
- def fill(a: Array[Int], fromIndex: Int, toIndex: Int, value: Int): Unit
- Annotations
- @noinline()
- def fill(a: Array[Int], value: Int): Unit
- Annotations
- @noinline()
- def fill(a: Array[Long], fromIndex: Int, toIndex: Int, value: Long): Unit
- Annotations
- @noinline()
- def fill(a: Array[Long], value: Long): Unit
- Annotations
- @noinline()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(a: Array[AnyRef]): Int
- Annotations
- @noinline()
- def hashCode(a: Array[Double]): Int
- Annotations
- @noinline()
- def hashCode(a: Array[Float]): Int
- Annotations
- @noinline()
- def hashCode(a: Array[Boolean]): Int
- Annotations
- @noinline()
- def hashCode(a: Array[Byte]): Int
- Annotations
- @noinline()
- def hashCode(a: Array[Char]): Int
- Annotations
- @noinline()
- def hashCode(a: Array[Short]): Int
- Annotations
- @noinline()
- def hashCode(a: Array[Int]): Int
- Annotations
- @noinline()
- def hashCode(a: Array[Long]): Int
- Annotations
- @noinline()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parallelPrefix[T <: AnyRef](array: Array[T], fromIndex: Int, toIndex: Int, op: BinaryOperator[T]): Unit
- def parallelPrefix[T <: AnyRef](array: Array[T], op: BinaryOperator[T]): Unit
- def parallelPrefix(array: Array[Long], fromIndex: Int, toIndex: Int, op: LongBinaryOperator): Unit
- def parallelPrefix(array: Array[Long], op: LongBinaryOperator): Unit
- def parallelPrefix(array: Array[Int], fromIndex: Int, toIndex: Int, op: IntBinaryOperator): Unit
- def parallelPrefix(array: Array[Int], op: IntBinaryOperator): Unit
- def parallelPrefix(array: Array[Double], fromIndex: Int, toIndex: Int, op: DoubleBinaryOperator): Unit
- def parallelPrefix(array: Array[Double], op: DoubleBinaryOperator): Unit
- def parallelSetAll[T <: AnyRef](array: Array[T], generator: IntFunction[_ <: T]): Unit
- def parallelSetAll(array: Array[Long], generator: IntToLongFunction): Unit
- def parallelSetAll(array: Array[Int], generator: IntUnaryOperator): Unit
- def parallelSetAll(array: Array[Double], generator: IntToDoubleFunction): Unit
- def parallelSort[T <: AnyRef](array: Array[T], fromIndex: Int, toIndex: Int, comparator: Comparator[_ >: T]): Unit
- def parallelSort[T <: _Comparable[_ <: AnyRef]](array: Array[T], fromIndex: Int, toIndex: Int): Unit
- def parallelSort[T <: AnyRef](array: Array[T], comparator: Comparator[_ >: T]): Unit
- def parallelSort[T <: _Comparable[_ <: AnyRef]](array: Array[T]): Unit
- def parallelSort(a: Array[AnyRef]): Unit
- def parallelSort(a: Array[Short], fromIndex: Int, toIndex: Int): Unit
- def parallelSort(a: Array[Short]): Unit
- def parallelSort(a: Array[Long], fromIndex: Int, toIndex: Int): Unit
- def parallelSort(a: Array[Long]): Unit
- def parallelSort(a: Array[Int], fromIndex: Int, toIndex: Int): Unit
- def parallelSort(a: Array[Int]): Unit
- def parallelSort(a: Array[Float], fromIndex: Int, toIndex: Int): Unit
- def parallelSort(a: Array[Float]): Unit
- def parallelSort(array: Array[Double], fromIndex: Int, toIndex: Int): Unit
- def parallelSort(array: Array[Double]): Unit
- def parallelSort(a: Array[Char], fromIndex: Int, toIndex: Int): Unit
- def parallelSort(a: Array[Char]): Unit
- def parallelSort(a: Array[Byte], fromIndex: Int, toIndex: Int): Unit
- def parallelSort(a: Array[Byte]): Unit
- def setAll[T <: AnyRef](array: Array[T], generator: IntFunction[_ <: T]): Unit
- def setAll(array: Array[Long], generator: IntToLongFunction): Unit
- def setAll(array: Array[Int], generator: IntUnaryOperator): Unit
- def setAll(array: Array[Double], generator: IntToDoubleFunction): Unit
- def sort[T <: AnyRef](array: Array[T], fromIndex: Int, toIndex: Int, comparator: Comparator[_ >: T]): Unit
- Annotations
- @noinline()
- def sort[T <: AnyRef](array: Array[T], comparator: Comparator[_ >: T]): Unit
- Annotations
- @noinline()
- def sort(a: Array[AnyRef], fromIndex: Int, toIndex: Int): Unit
- Annotations
- @noinline()
- def sort(a: Array[AnyRef]): Unit
- Annotations
- @noinline()
- def sort(a: Array[Double], fromIndex: Int, toIndex: Int): Unit
- Annotations
- @noinline()
- def sort(a: Array[Double]): Unit
- Annotations
- @noinline()
- def sort(a: Array[Float], fromIndex: Int, toIndex: Int): Unit
- Annotations
- @noinline()
- def sort(a: Array[Float]): Unit
- Annotations
- @noinline()
- def sort(a: Array[Byte], fromIndex: Int, toIndex: Int): Unit
- Annotations
- @noinline()
- def sort(a: Array[Byte]): Unit
- Annotations
- @noinline()
- def sort(a: Array[Char], fromIndex: Int, toIndex: Int): Unit
- Annotations
- @noinline()
- def sort(a: Array[Char]): Unit
- Annotations
- @noinline()
- def sort(a: Array[Short], fromIndex: Int, toIndex: Int): Unit
- Annotations
- @noinline()
- def sort(a: Array[Short]): Unit
- Annotations
- @noinline()
- def sort(a: Array[Long], fromIndex: Int, toIndex: Int): Unit
- Annotations
- @noinline()
- def sort(a: Array[Long]): Unit
- Annotations
- @noinline()
- def sort(a: Array[Int], fromIndex: Int, toIndex: Int): Unit
- Annotations
- @noinline()
- def sort(a: Array[Int]): Unit
- Annotations
- @noinline()
- def spliterator[T](array: Array[AnyRef], startInclusive: Int, endExclusive: Int): Spliterator[T]
- def spliterator[T](array: Array[AnyRef]): Spliterator[T]
- def spliterator(array: Array[Long], startInclusive: Int, endExclusive: Int): OfLong
- def spliterator(array: Array[Long]): OfLong
- def spliterator(array: Array[Int], startInclusive: Int, endExclusive: Int): OfInt
- def spliterator(array: Array[Int]): OfInt
- def spliterator(array: Array[Double], startInclusive: Int, endExclusive: Int): OfDouble
- def spliterator(array: Array[Double]): OfDouble
- def stream[T <: AnyRef](array: Array[T], startInclusive: Int, endExclusive: Int): Stream[T]
- def stream[T <: AnyRef](array: Array[T]): Stream[T]
- def stream(array: Array[Long], startInclusive: Int, endExclusive: Int): LongStream
- def stream(array: Array[Long]): LongStream
- def stream(array: Array[Int], startInclusive: Int, endExclusive: Int): IntStream
- def stream(array: Array[Int]): IntStream
- def stream(array: Array[Double], startInclusive: Int, endExclusive: Int): DoubleStream
- def stream(array: Array[Double]): DoubleStream
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(a: Array[AnyRef]): String
- Annotations
- @noinline()
- def toString(a: Array[Double]): String
- Annotations
- @noinline()
- def toString(a: Array[Float]): String
- Annotations
- @noinline()
- def toString(a: Array[Boolean]): String
- Annotations
- @noinline()
- def toString(a: Array[Byte]): String
- Annotations
- @noinline()
- def toString(a: Array[Char]): String
- Annotations
- @noinline()
- def toString(a: Array[Short]): String
- Annotations
- @noinline()
- def toString(a: Array[Int]): String
- Annotations
- @noinline()
- def toString(a: Array[Long]): String
- Annotations
- @noinline()
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()