public class StandardIntegerList extends Object implements IntegerList
Constructor and Description |
---|
StandardIntegerList() |
Modifier and Type | Method and Description |
---|---|
void |
add(int val) |
int |
getQuick(int pos) |
boolean |
isEmpty() |
int |
size() |
int[] |
toNativeArray() |
public boolean isEmpty()
isEmpty
in interface IntegerList
public int size()
size
in interface IntegerList
public int getQuick(int pos)
getQuick
in interface IntegerList
public void add(int val)
add
in interface IntegerList
public int[] toNativeArray()
toNativeArray
in interface IntegerList
Copyright © GigaSpaces.