public class IntList extends Object
Modifier and Type | Method and Description |
---|---|
void |
add(int value) |
int |
baseListCount() |
int |
get(int index) |
IntBuffer |
getBaseList(int index) |
boolean |
isEmpty() |
int |
length() |
void |
set(int index,
int value) |
int[] |
toArray() |
public int length()
public boolean isEmpty()
public void add(int value)
public void set(int index, int value)
public int get(int index)
public int baseListCount()
public IntBuffer getBaseList(int index)
public int[] toArray()
Copyright © 2011–2015. All rights reserved.