Class InMemoryTable

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

public class InMemoryTable extends QueryTable
See Also:
  • Constructor Details

    • InMemoryTable

      public InMemoryTable(String[] columnNames, Object[] arrayValues)
    • InMemoryTable

      public InMemoryTable(TableDefinition definition, int size)