Interface FloatColumn

All Superinterfaces:
Column<double[]>
All Known Implementing Classes:
BinaryFloatColumn, DelegatingFloatColumn

public interface FloatColumn
extends Column<double[]>
A column that provides float data.
  • Method Details

    • get

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

      default DoubleStream values()
      A DoubleStream of all registered values.
      Returns:
      doubles
    • parseFloat

      static double parseFloat​(String text)
      This is how all FloatColumns parse their data.
      Parameters:
      text - the raw data
      Returns:
      a double