ArrayUtil

object ArrayUtil
class Object
trait Matchable
class Any

Value members

Concrete methods

def copyOf[V](a: Array[V], length: Int): Array[V]
def copyOfRange[V, VU >: V](a: Array[V], from: Int, to: Int): Array[V]
def equals(a: Array[_], b: Array[_]): Boolean
def equals(a: Array[_], aoffset: Int, astride: Int, alength: Int, b: Array[_], boffset: Int, bstride: Int, blength: Int): Boolean
def fill[V](a: Array[V], offset: Int, length: Int, v: V): Unit
def fillNewArray[V : ClassTag](length: Int, fill: V): Array[V]
def fillNewArrayLike[V](a: Array[V], length: Int, fill: V): Array[V]
def gallopSearch(objs: Array[Int], fromIndex: Int, toIndex: Int, toFind: Int): Int
def newArrayLike[V](a: Array[V], length: Int): Array[V]
def nonstupidEquals(a: Array[_], aoffset: Int, astride: Int, alength: Int, b: Array[_], boffset: Int, bstride: Int, blength: Int): Boolean
def range(start: Int, end: Int, stride: Int): Array[Int]
def sort[V](a: Array[V]): Unit
def zeroSkippingHashCode[V](data: Array[V], offset: Int, stride: Int, length: Int): Int