クラス Row
- java.lang.Object
-
- org.nkjmlab.util.orangesignal_csv.Row
-
public final class Row extends Object
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 Stringget(int index)BooleangetAsBoolean(int index)DoublegetAsDouble(int index)FloatgetAsFloat(int index)IntegergetAsInteger(int index)booleanisHeadCellEquals(String str)StringtoString()
-
-
-
メソッドの詳細
-
get
public String get(int index)
-
getAsInteger
public Integer getAsInteger(int index)
-
getAsDouble
public Double getAsDouble(int index)
-
isHeadCellEquals
public boolean isHeadCellEquals(String str)
-
getAsBoolean
public Boolean getAsBoolean(int index)
-
getAsFloat
public Float getAsFloat(int index)
-
-