Ejemplo n.º 1
0
 public void set(int i, int j, short value) {
   storage[ix.setDirect(i, j)] = value;
 }
Ejemplo n.º 2
0
 public short get(int i, int j) {
   return storage[ix.setDirect(i, j)];
 }