Class StringColumn

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

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