public class Heap extends Object
Constructor and Description |
---|
Heap() |
Modifier and Type | Method and Description |
---|---|
void |
addLink(String stringLink,
int diffHeight,
Object userData) |
ANode |
addNode(String code) |
void |
computeRows() |
ANode |
getExistingNode(String code) |
List<ALink> |
getLinks() |
List<ANode> |
getNodes() |
int |
getRowMax() |
void |
importing(ANode under,
ANode otherRoot,
Heap otherHeap,
int diffHeight,
Object userData) |
boolean |
isEmpty() |
Copyright © 2016. All Rights Reserved.