public void set(int i, short value) { storage[ix.setDirect(i)] = value; }
public short get(int i) { return storage[ix.setDirect(i)]; }