Class IntList
java.lang.Object
org.apache.druid.extendedset.utilities.IntList
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntList
public IntList()
-
-
Method Details
-
length
public int length() -
isEmpty
public boolean isEmpty() -
add
public void add(int value) -
set
public void set(int index, int value) -
get
public int get(int index) -
toArray
public int[] toArray()
-