Packages

package array

Type Members

  1. class ByteArrayMethods extends AnyRef
  2. final class LongArray extends AnyRef

    An array of long values.

    An array of long values. Compared with native JVM arrays, this:

    • supports using both on-heap and off-heap memory
    • has no bound checking, and thus can crash the JVM process when assert is turned off

Ungrouped