Class MappedPageSource.AllocatedRegion

  • Enclosing class:
    MappedPageSource

    static class MappedPageSource.AllocatedRegion
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long address  
      (package private) long size  
    • Constructor Summary

      Constructors 
      Constructor Description
      AllocatedRegion​(long address, long size)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • address

        final long address
      • size

        final long size
    • Constructor Detail

      • AllocatedRegion

        public AllocatedRegion​(long address,
                               long size)