Interface ColumnFactory<T>
- Type Parameters:
T- The type managed by theColumn.
- All Known Implementing Classes:
BooleanColumnFactory,DoubleColumnFactory,FloatColumnFactory,IntColumnFactory,LongColumnFactory,ObjectColumnFactory,StringColumnFactory
A
ColumnFactory creates or retrieves a Column instances
identified by the provided key (name). The kind of Column and the
type managed by the Column is factory dependent.-
Method Summary
-
Method Details
-
create
-
create
-