public class Heap extends Object
Modifier and Type | Field and Description |
---|---|
(package private) String |
name
The name of the heap.
|
(package private) List<ObjectVal> |
objects
The contained objects.
|
Constructor and Description |
---|
Heap(String name)
Creates a new heap with the given name.
|
String name
public Heap(String name)
name
-