Tuesday 17 January 2012

AtomicInteger

AtomicLong, AtomicInteger, AtomicBoolean - these are java classes from package java.util.concurrent.atomic that can be used when atomic access to an object is needed.

No comments: