Class IntList
- java.lang.Object
-
- org.apache.druid.extendedset.utilities.IntList
-
public class IntList extends Object
-
-
Constructor Summary
Constructors Constructor Description IntList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(int value)intget(int index)booleanisEmpty()intlength()voidset(int index, int value)int[]toArray()
-