Package tech.tablesaw.columns.numbers
Class ShortColumnType
- java.lang.Object
-
- tech.tablesaw.columns.AbstractColumnType
-
- tech.tablesaw.columns.numbers.ShortColumnType
-
- All Implemented Interfaces:
ColumnType
public class ShortColumnType extends AbstractColumnType
-
-
Field Summary
Fields Modifier and Type Field Description static ShortParserDEFAULT_PARSER-
Fields inherited from interface tech.tablesaw.api.ColumnType
BOOLEAN, DOUBLE, FLOAT, INSTANT, INTEGER, LOCAL_DATE, LOCAL_DATE_TIME, LOCAL_TIME, LONG, SHORT, SKIP, STRING, values
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ShortColumncreate(String name)Returns a column of this type with the given nameShortParsercustomParser(ReadOptions options)TODO: Research this method to provide a good commentstatic ShortColumnTypeinstance()static shortmissingValueIndicator()static booleanvalueIsMissing(int value)-
Methods inherited from class tech.tablesaw.columns.AbstractColumnType
byteSize, equals, getPrinterFriendlyName, hashCode, name, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface tech.tablesaw.api.ColumnType
compare
-
-
-
-
Field Detail
-
DEFAULT_PARSER
public static final ShortParser DEFAULT_PARSER
-
-
Method Detail
-
instance
public static ShortColumnType instance()
-
create
public ShortColumn create(String name)
Description copied from interface:ColumnTypeReturns a column of this type with the given name
-
customParser
public ShortParser customParser(ReadOptions options)
Description copied from interface:ColumnTypeTODO: Research this method to provide a good comment
-
valueIsMissing
public static boolean valueIsMissing(int value)
-
missingValueIndicator
public static short missingValueIndicator()
-
-