Package app.babylon.table.column
Class ColumnLongConstant
java.lang.Object
app.babylon.table.column.ColumnLongConstant
- All Implemented Interfaces:
Column,ColumnLong
-
Nested Class Summary
Nested classes/interfaces inherited from interface app.babylon.table.column.Column
Column.TypeNested classes/interfaces inherited from interface app.babylon.table.column.ColumnLong
ColumnLong.Builder -
Field Summary
Fields inherited from interface app.babylon.table.column.ColumnLong
TYPE -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface app.babylon.table.column.ColumnLong
compare, copy, getAsColumn, getType, select, toString
-
Method Details
-
get
public long get(int i) - Specified by:
getin interfaceColumnLong
-
isSet
public boolean isSet(int i) - Specified by:
isSetin interfaceColumn- Specified by:
isSetin interfaceColumnLong
-
getName
-
getValue
public long getValue() -
size
public int size() -
view
-
toArray
public long[] toArray(long[] x) - Specified by:
toArrayin interfaceColumnLong
-
isConstant
public boolean isConstant()- Specified by:
isConstantin interfaceColumnLong
-
isAllSet
public boolean isAllSet() -
isNoneSet
public boolean isNoneSet()
-