Interface BumpAllocator.PositionalFactory<PAGE>

  • Enclosing class:
    BumpAllocator<PAGE>

    public static interface BumpAllocator.PositionalFactory<PAGE>
    • Method Detail

      • copyOfPage

        PAGE copyOfPage​(PAGE page,
                        int length)
      • lengthOfPage

        int lengthOfPage​(PAGE page)