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 IntegerListpublic int size()
size in interface IntegerListpublic int getQuick(int pos)
getQuick in interface IntegerListpublic void add(int val)
add in interface IntegerListpublic int[] toNativeArray()
toNativeArray in interface IntegerListCopyright © GigaSpaces.