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 IntArrayListEMPTY
-
Constructor Summary
Constructors Constructor Description IntArrayList(int capacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(int number)voidclear()booleanisEmpty()intremoveLast()intsize()int[]toArray()
-
-
-
Field Detail
-
EMPTY
public static final IntArrayList EMPTY
-
-