static int getAndInc(AtomicInteger i) { ret i.getAndIncrement(); }