Class StandardIntegerList
java.lang.Object
com.gigaspaces.internal.collections.standard.StandardIntegerList
- All Implemented Interfaces:
IntegerList
- Since:
- 12.0
- Author:
- Niv Ingberg
-
Constructor Details
-
StandardIntegerList
public StandardIntegerList()
-
-
Method Details
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceIntegerList
-
size
public int size()- Specified by:
sizein interfaceIntegerList
-
getQuick
public int getQuick(int pos) - Specified by:
getQuickin interfaceIntegerList
-
add
public void add(int val) - Specified by:
addin interfaceIntegerList
-
toNativeArray
public int[] toNativeArray()- Specified by:
toNativeArrayin interfaceIntegerList
-