public interface Longs
Modifier and Type | Method and Description |
---|---|
long[] |
copyOf() |
long[] |
copyOf(int i,
int c) |
void |
copyTo(int i,
long[] dest,
int iDest,
int c) |
void |
copyTo(int i,
LongBuffer dest,
int c) |
void |
copyTo(LongBuffer dest) |
long |
first() |
boolean |
isEmpty() |
long |
last() |
int |
n()
Length of the sequence
|
long |
v(int i)
Value at index i
|
long v(int i)
int n()
boolean isEmpty()
long first()
long last()
void copyTo(int i, long[] dest, int iDest, int c)
void copyTo(int i, LongBuffer dest, int c)
void copyTo(LongBuffer dest)
long[] copyOf(int i, int c)
long[] copyOf()
Copyright © 2016 Metron, Inc.. All rights reserved.