Class MemStatementList


  • public class MemStatementList
    extends Object
    A dedicated data structure for storing MemStatement objects, offering operations optimized for their use in the memory Sail.
    • Constructor Detail

      • MemStatementList

        public MemStatementList()
        Creates a new MemStatementList.
      • MemStatementList

        public MemStatementList​(int capacity)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • remove

        public void remove​(int index)
      • clear

        public void clear()
      • cleanSnapshots

        public void cleanSnapshots​(int currentSnapshot)