Class PrimitiveMemTable

    • Constructor Detail

      • PrimitiveMemTable

        public PrimitiveMemTable()
      • PrimitiveMemTable

        public PrimitiveMemTable​(boolean enableMemControl)
    • Method Detail

      • copy

        public IMemTable copy()
        Description copied from interface: IMemTable
        Make a copy of this MemTable.
        Returns:
        a MemTable with the same data as this one.
      • isSignalMemTable

        public boolean isSignalMemTable()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object