Example #1
0
 public NotifyingIterator(java.util.Iterator <Object> it, BoundedBuffer root)
     : base(it)
 {
     this.root = root;
 }
 public NotifyingIterator(java.util.Iterator<Object> it, BoundedBuffer root)
     : base(it)
 {
     this.root = root;
 }