package array
Type Members
- class ByteArrayMethods extends AnyRef
-
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