예제 #1
0
 // Set given fact at specified cell position of cube
 public void setFact(int[] indices, Object fact) {
   array.put(indices, fact);
 }