Package com.terracottatech.store.definition
package com.terracottatech.store.definition
Contains types representing both generic and type-specific cell definitions.
Cell definition instances act as:
- symbolic cell references for retrieving cell values from records
- cell instance factories:
CellDefinition.newCell(java.lang.Object)
. - cell value extraction and manipulation function factories:
CellDefinition.value()
(and others).
Type specific cell definitions allow for the accessing of construction of cell value manipulation
functions that are applicable only for that cell type (e.g stringCellDefinition.value().startsWith("Prefix")
.
-
ClassDescriptionDefinition of a
boolean
cell.Definition of abyte array
cell.A{name, type}
tuple that identifies a cell.Internal interned definition implementation.Definition of acharacter
cell.ComparableCellDefinition<T extends Comparable<T>>Definition of a comparable cell.Parsing exception.This class can be used to parseComplexData
objects.ComplexDataParser.KeyedCellCollectionReader<T extends Comparable<T>>Class for reading a sequence ofKeyedCellCollection
s from an input reader.Definition of adouble
cell.Definition of ainteger
cell.Definition of aStoreList
cell.Definition of along
cell.Definition of aStoreMap
cell.Definition of astring
cell.