Interface IntegerList
- All Known Implementing Classes:
StandardIntegerList,TroveIntegerList
public interface IntegerList
- Since:
- 12.0
- Author:
- Niv Ingberg
-
Method Details
-
isEmpty
boolean isEmpty() -
size
int size() -
getQuick
int getQuick(int pos) -
add
void add(int val) -
toNativeArray
int[] toNativeArray()
-