hex
Class RowTask.Row<T extends Freezable>

java.lang.Object
  extended by hex.RowTask.Row<T>
Enclosing class:
RowTask<T extends Freezable>

public static final class RowTask.Row<T extends Freezable>
extends java.lang.Object


Constructor Summary
RowTask.Row(RowTask<T> tsk)
           
 
Method Summary
 ValueArray.Column getColInfo(int cidx)
           
 double getDCol(int cidx)
           
 void getDCols(int[] cols, double[] vals)
           
 long getICol(int cidx)
           
 void getICols(int[] cols, long[] vals)
           
 boolean isNA(int c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowTask.Row

public RowTask.Row(RowTask<T> tsk)
Method Detail

getICol

public long getICol(int cidx)

getDCol

public double getDCol(int cidx)

getColInfo

public ValueArray.Column getColInfo(int cidx)

getDCols

public void getDCols(int[] cols,
                     double[] vals)

getICols

public void getICols(int[] cols,
                     long[] vals)

isNA

public boolean isNA(int c)