static long atomicLongToLong(AtomicLong l) { ret l == null ? 0 : l.longValue(); }