public abstract class AbstractColumn<T> extends Object implements Column<T>
Column interface| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_ARRAY_SIZE |
| Constructor and Description |
|---|
AbstractColumn(ColumnType type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
StringColumn |
asStringColumn()
Returns a StringColumn consisting of the (unformatted) String representation of this column
values
|
abstract Column<T> |
emptyCopy()
Returns a copy of the receiver with no data.
|
String |
name()
Returns the column's name.
|
Column<T> |
setName(String name)
Sets the columns name to the given string
|
String |
toString() |
ColumnType |
type()
Returns this column's ColumnType
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitallMatch, anyMatch, append, append, append, appendCell, appendCell, appendMissing, appendObj, asBytes, asList, asObjectArray, byteSize, clear, columnWidth, contains, copy, count, count, countMissing, countUnique, emptyCopy, filter, first, get, getString, getUnformattedString, inRange, isEmpty, isMissing, isMissing, isNotMissing, lag, last, lead, map, mapInto, max, max, min, min, noneMatch, print, reduce, reduce, removeMissing, rolling, rowComparator, sampleN, sampleX, set, set, set, set, set, setMissing, setMissingTo, size, sortAscending, sortDescending, sorted, subset, summary, title, unique, whereforEach, iterator, spliteratorcompare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final int DEFAULT_ARRAY_SIZE
public AbstractColumn(ColumnType type, String name)
public Column<T> setName(String name)
Columnpublic ColumnType type()
Columntype in interface Column<T>ColumnTypepublic abstract Column<T> emptyCopy()
Columnpublic StringColumn asStringColumn()
ColumnasStringColumn in interface Column<T>StringColumn built using the column Column.getUnformattedString(int) methodCopyright © 2019. All rights reserved.