Interface Allocator.AllocationNode

  • Enclosing interface:
    Allocator

    public static interface Allocator.AllocationNode
    A node in a chain of Allocations.
    • Method Detail

      • next

        @Nullable
        Allocator.AllocationNode next()
        Returns the next chain node, or null if this is the last node in the chain.