Package org.apache.flink.runtime.util
Class IntArrayList
- java.lang.Object
-
- org.apache.flink.runtime.util.IntArrayList
-
public class IntArrayList extends Object
Minimal implementation of an array-backed list of ints
-
-
Field Summary
Fields Modifier and Type Field Description static IntArrayList
EMPTY
-
Constructor Summary
Constructors Constructor Description IntArrayList(int capacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
add(int number)
void
clear()
boolean
isEmpty()
int
removeLast()
int
size()
int[]
toArray()
-
-
-
Field Detail
-
EMPTY
public static final IntArrayList EMPTY
-
-