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