Class IntList

java.lang.Object
io.trino.operator.window.matcher.IntList

public class IntList extends Object
  • 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

      public IntList copy()
    • toArrayView

      public ArrayView toArrayView()
    • getSizeInBytes

      public long getSizeInBytes()