Esempio n. 1
0
 public static NFor<Integer> getHiddenPowerLoopNfor() {
   return NFor.of(Integer.class).from(30, 30, 30, 30, 30, 30).to(32, 32, 32, 32, 32, 32);
 }