Package io.trino.operator.window.matcher
Class IntList
java.lang.Object
io.trino.operator.window.matcher.IntList
-
Constructor Details
-
IntList
public IntList(int capacity)
-
-
Method Details
-
add
public void add(int value) -
get
public int get(int index) -
set
public void set(int index, int value) -
size
public int size() -
clear
public void clear() -
copy
-
toArrayView
-
getSizeInBytes
public long getSizeInBytes()
-