Package ucar.nc2.util

Class TableParser.Record

  • Enclosing class:
    TableParser

    public static class TableParser.Record
    extends Object
    Deprecated.
    will move in ver6.
    • Constructor Detail

      • Record

        public Record()
        Deprecated.
    • Method Detail

      • nfields

        public int nfields()
        Deprecated.
      • get

        public Object get​(int k)
        Deprecated.
        Get the kth value of this record. Will be a String, Double, or Integer.
        Parameters:
        k - which one
        Returns:
        object
      • toString

        public void toString​(Formatter f)
        Deprecated.