Class ByteBufferIntList
- java.lang.Object
-
- org.apache.druid.query.groupby.epinephelinae.ByteBufferIntList
-
public class ByteBufferIntList extends Object
-
-
Constructor Summary
Constructors Constructor Description ByteBufferIntList(ByteBuffer buffer, int maxElements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(int val)intget(int index)voidreset()voidset(int index, int val)
-
-
-
Constructor Detail
-
ByteBufferIntList
public ByteBufferIntList(ByteBuffer buffer, int maxElements)
-
-