public SortedArrayOneSet() { s = new SortedArrayOne <Key>(); }
public SortedArrayOneSet(int capacity) { s = new SortedArrayOne <Key>(capacity); }