public class TypedColumnStore extends Object implements ColumnStore
| Constructor and Description |
|---|
TypedColumnStore(ColumnDataCacheHandler cacheHandler,
Class<?> baseType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(Object value) |
ColumnValues |
createValues() |
protected void |
ensureNullStore() |
protected boolean |
ensureValueStore(Object value) |
Class<?> |
getBaseValuesType() |
String |
toString() |
public TypedColumnStore(ColumnDataCacheHandler cacheHandler, Class<?> baseType)
public Class<?> getBaseValuesType()
getBaseValuesType in interface ColumnStorepublic void addValue(Object value)
addValue in interface ColumnStoreprotected void ensureNullStore()
protected boolean ensureValueStore(Object value)
public ColumnValues createValues()
createValues in interface ColumnStoreCopyright © 2017. All rights reserved.