public void Dispose()
 {
     this.parent = null;
 }
 public Int32Iterator(Int32BoundedPriorityQueue parent)
 {
     this.parent = parent;
 }