Class MemoryImpl

  • All Implemented Interfaces:
    Memory

    public class MemoryImpl
    extends Object
    implements Memory
    Version:
    $Revision: 1413262 $
    • Constructor Detail

      • MemoryImpl

        public MemoryImpl()
    • Method Detail

      • getMax

        public long getMax()
        Specified by:
        getMax in interface Memory
      • setMax

        public void setMax​(long value)
        Specified by:
        setMax in interface Memory
      • getFree

        public long getFree()
        Specified by:
        getFree in interface Memory
      • setFree

        public void setFree​(long value)
        Specified by:
        setFree in interface Memory
      • getTotal

        public long getTotal()
        Specified by:
        getTotal in interface Memory
      • setTotal

        public void setTotal​(long value)
        Specified by:
        setTotal in interface Memory