Esempio n. 1
0
 @Override
 public x10.core.ULong getArray(Object array, int i) {
   return x10.core.ULong.$box(((long[]) array)[i]);
 }