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