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
booleancell.Definition of abyte arraycell.A{name, type}tuple that identifies a cell.Internal interned definition implementation.Definition of acharactercell.ComparableCellDefinition<T extends Comparable<T>>Definition of a comparable cell.Parsing exception.This class can be used to parseComplexDataobjects.ComplexDataParser.KeyedCellCollectionReader<T extends Comparable<T>>Class for reading a sequence ofKeyedCellCollections from an input reader.Definition of adoublecell.Definition of aintegercell.Definition of aStoreListcell.Definition of alongcell.Definition of aStoreMapcell.Definition of astringcell.