Package ucar.nc2.util
Class TableParser.Record
- java.lang.Object
-
- ucar.nc2.util.TableParser.Record
-
- Enclosing class:
- TableParser
public static class TableParser.Record extends Object
Deprecated.will move in ver6.
-
-
Constructor Summary
Constructors Constructor Description Record()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Object
get(int k)
Deprecated.Get the kth value of this record.int
nfields()
Deprecated.void
toString(Formatter f)
Deprecated.
-