Class KeyedArrayBackedMutableTable

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 KeyedArrayBackedMutableTable
extends UpdatableTable
An in-memory table that has keys for each row, which can be updated on the LTM. This is used to implement in-memory editable table columns from web plugins.
See Also:
Serialized Form