static int decAtomicInt(AtomicInteger i) { ret i.decrementAndGet(); }