Class DelegatingFloatColumn

java.lang.Object
org.rcsb.cif.schema.DelegatingColumn<double[]>
org.rcsb.cif.schema.DelegatingFloatColumn
All Implemented Interfaces:
Column<double[]>, FloatColumn

public class DelegatingFloatColumn
extends DelegatingColumn<double[]>
implements FloatColumn
  • Constructor Details

  • Method Details

    • get

      public double get​(int row)
      Description copied from interface: FloatColumn
      Type-safe access to the native type of data stored in this column.
      Specified by:
      get in interface FloatColumn
      Parameters:
      row - the index to retrieve
      Returns:
      an double value