Class AppendOnlyArrayBackedMutableTable

All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable, LiveTable, NotificationQueue.Dependency, Deflatable<Table>, Table, LivenessManager, LivenessNode, LivenessReferent, LongSizedDataStructure, DynamicNode, DynamicTable, NotificationStepReceiver, NotificationStepSource, SystemicObject, Serializable

public class AppendOnlyArrayBackedMutableTable
extends UpdatableTable
An in-memory table that allows you to add rows as if it were an InputTable, which can be updated on the LTM. The table is not keyed, all rows are added to the end of the table. Deletions and edits are not permitted.
See Also:
Serialized Form