Class FloatColumn

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

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