ucar.nc2.util
Class TableParser.Record

java.lang.Object
  extended by ucar.nc2.util.TableParser.Record
Enclosing class:
TableParser

public static class TableParser.Record
extends java.lang.Object

A set of values for one line.


Method Summary
 java.lang.Object get(int k)
          Get the kth value of this record.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public java.lang.Object get(int k)
Get the kth value of this record. Will be a String, Double, or Integer.

Parameters:
k - which one
Returns:
object