Allocator.AllocationNode


public interface Allocator.AllocationNode


A node in a chain of Allocations.

Summary

Public methods

abstract Allocation

Returns the Allocation associated to this chain node.

abstract @Nullable Allocator.AllocationNode

Returns the next chain node, or null if this is the last node in the chain.

Public methods

getAllocation

abstract Allocation getAllocation()

Returns the Allocation associated to this chain node.

next

abstract @Nullable Allocator.AllocationNode next()

Returns the next chain node, or null if this is the last node in the chain.