Class SkipListArena.MemorySlice

  • Enclosing class:
    SkipListArena

    public static class SkipListArena.MemorySlice
    extends java.lang.Object
    The result of a single allocation. Contains the chunk that the allocation points into, and the offset in this array where the slice begins.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) byte[] getData()  
      (package private) int getOffset()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

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

        byte[] getData()
      • getOffset

        int getOffset()