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