Package gg.xp.xivdata.data
Class CsvRowHelper
java.lang.Object
gg.xp.xivdata.data.CsvRowHelper
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getBoolOrDefault
(int col, boolean dflt) int
getIntId()
int
getIntOrDefault
(int col, int dflt) getLine()
long
long
getLongOrDefault
(int col, long dflt) @Nullable Boolean
getOptionalBool
(int col) @Nullable Integer
getOptionalInt
(int col) @Nullable Long
getOptionalLong
(int col) getRaw
(int col) boolean
getRequiredBool
(int col) int
getRequiredInt
(int col) long
getRequiredLong
(int col) @Nullable String
getStringOrNull
(int col) boolean
static CsvRowHelper
-
Method Details
-
ofRow
-
getRaw
-
getStringOrNull
-
getRequiredBool
public boolean getRequiredBool(int col) -
getBoolOrDefault
public boolean getBoolOrDefault(int col, boolean dflt) -
getOptionalBool
-
getRequiredInt
public int getRequiredInt(int col) -
getIntOrDefault
public int getIntOrDefault(int col, int dflt) -
getOptionalInt
-
getRequiredLong
public long getRequiredLong(int col) -
getLongOrDefault
public long getLongOrDefault(int col, long dflt) -
getOptionalLong
-
getLongId
public long getLongId() -
getIntId
public int getIntId() -
hasValidId
public boolean hasValidId() -
getLine
-