Exemplo n.º 1
0
        public static Heap GetInstance()
        {
            if (instance == null){
                instance = new Heap();
            }

            return instance;
        }
Exemplo n.º 2
0
 public void setHeapReference(Heap.HeapReference reference)
 {
     this.heapRef = reference;
 }