public bool UpdateAt1(int idx, K1 newKey1) { return(d1.UpdateAt(idx, newKey1)); }
public bool UpdateAt0(int idx, K0 newKey0) { return(d0.UpdateAt(idx, newKey0)); }