Class Allocator.Node
-
- All Implemented Interfaces:
public final class Allocator.Node
-
-
Constructor Summary
Constructors Constructor Description Allocator.Node(Integer ind, Integer size, Integer id)
-
Method Summary
-
-
Method Detail
-
getNext
final Allocator.Node getNext()
-
setNext
final Unit setNext(Allocator.Node next)
-
-
-
-