public abstract class ColumnBase<T> extends Iced<ColumnBase<T>> implements Column<T>
Constructor and Description |
---|
ColumnBase() |
Modifier and Type | Method and Description |
---|---|
T |
apply(long idx) |
T |
apply(java.lang.Long idx) |
abstract T |
get(long idx) |
boolean |
isCompatibleWith(Column<?> ys) |
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
vec