Interface AppendableStorage<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void append​(short key, T container)
      Appends the key and container to the storage, throws if the key is less than the current mark.
    • Method Detail

      • append

        void append​(short key,
                    T container)
        Appends the key and container to the storage, throws if the key is less than the current mark.
        Parameters:
        key - the key to append
        container - the data to append