Package io.trino.operator.window.matcher
Class IntList
- java.lang.Object
-
- io.trino.operator.window.matcher.IntList
-
public class IntList extends Object
-
-
Constructor Summary
Constructors Constructor Description IntList(int capacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(int value)voidclear()IntListcopy()intget(int index)longgetSizeInBytes()voidset(int index, int value)intsize()ArrayViewtoArrayView()
-