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 Object

A set of values for one line.


Constructor Summary
TableParser.Record()
           
 
Method Summary
 Object get(int k)
          Get the kth value of this record.
 int nfields()
           
 void toString(Formatter f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableParser.Record

public TableParser.Record()
Method Detail

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.