Class DefaultMemory

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultMemory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MemoryInfo getMemoryInfo()
      Queries the current state of the system memory.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultMemory

        public DefaultMemory()
    • Method Detail

      • getMemoryInfo

        public MemoryInfo getMemoryInfo()
        Description copied from interface: Memory
        Queries the current state of the system memory.
        Specified by:
        getMemoryInfo in interface Memory