K - type of the column key or namepublic final class IntegerColumn<K extends Serializable & Comparable<K>> extends Column<K,Integer>
| Modifier and Type | Class and Description |
|---|---|
static class |
IntegerColumn.IntegerColumnDecoder<K extends Serializable & Comparable<K>>
Integer column decoder.
|
serializer| Constructor and Description |
|---|
IntegerColumn(ColumnName<K,Integer> name)
Creates an Integer column with no value
|
IntegerColumn(ColumnName<K,Integer> name,
Integer value)
Creates an Integer column.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ColumnVisitor<K> visitor)
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
|
int |
compareTo(Column<K,Integer> o2) |
public IntegerColumn(ColumnName<K,Integer> name)
name - column's namepublic IntegerColumn(ColumnName<K,Integer> name, Integer value)
name - column's namevalue - column's valuepublic int compareTo(Column<K,Integer> o2)
compareTo in class Column<K extends Serializable & Comparable<K>,Integer>public void accept(ColumnVisitor<K> visitor)
visitor - ColumnVisitorCopyright © 2014. All Rights Reserved.