Example #1
0
        public static Heap GetInstance()
        {
            if (instance == null){
                instance = new Heap();
            }

            return instance;
        }
Example #2
0
 public void setHeapReference(Heap.HeapReference reference)
 {
     this.heapRef = reference;
 }