Class UpdatableTable

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

public class UpdatableTable extends QueryTable implements LiveTable
A live table that allows add, remove, and modify.
See Also:
  • Constructor Details

  • Method Details

    • refresh

      public void refresh()
      Description copied from interface: LiveTable
      Refresh this LiveTable.
      Specified by:
      refresh in interface LiveTable
    • refresh

      public void refresh(boolean doNotify)
    • doNotifyListeners

      protected void doNotifyListeners(ShiftAwareListener.Update update)
    • destroy

      public void destroy()
      Description copied from class: ReferenceCountedLivenessNode

      Attempt to release (destructively when necessary) resources held by this object. This may render the object unusable for subsequent operations. Implementations should be sure to call super.destroy().

      This is intended to only ever be used as a side effect of decreasing the reference count to 0.

      Overrides:
      destroy in class BaseTable