Interface IntColumn

All Superinterfaces:
Column<int[]>
All Known Implementing Classes:
BinaryIntColumn, DelegatingIntColumn

public interface IntColumn
extends Column<int[]>
A column that provides int data.
  • Method Details

    • get

      int get​(int row)
      Type-safe access to the native type of data stored in this column.
      Parameters:
      row - the index to retrieve
      Returns:
      an int value
    • values

      default IntStream values()
      An IntStream of all registered values.
      Returns:
      ints
    • parseInt

      static int parseInt​(String text)
      This is how all IntColumns parse their data.
      Parameters:
      text - the raw data
      Returns:
      an int