ucar.nc2.util
Class TableParser.Record
java.lang.Object
ucar.nc2.util.TableParser.Record
- Enclosing class:
- TableParser
public static class TableParser.Record
- extends Object
A set of values for one line.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableParser.Record
public TableParser.Record()
nfields
public int nfields()
get
public Object get(int k)
- 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)
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.