Class DoubleColumn

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

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