Exemplo n.º 1
0
 protected ZSquare squareTo(Integer key) {
   assert key != null;
   ZSquare s = squareTo(Constants.decodedX(key), Constants.decodedY(key));
   assert s != null;
   return s;
 }