Class LongColumn

java.lang.Object
org.refcodes.tabular.AbstractColumn<Long>
org.refcodes.tabular.LongColumn
All Implemented Interfaces:
Cloneable, org.refcodes.mixin.KeyAccessor<String>, org.refcodes.mixin.TypeAccessor<Long>, Column<Long>

public class LongColumn extends AbstractColumn<Long>
Implementation of the Column interface for working with Long instances, being Cloneable.