예제 #1
0
 public bool UpdateAt1(int idx, K1 newKey1)
 {
     return(d1.UpdateAt(idx, newKey1));
 }
예제 #2
0
 public bool UpdateAt0(int idx, K0 newKey0)
 {
     return(d0.UpdateAt(idx, newKey0));
 }