Thread-safe class using AtomicInteger to provide array indexing functionality. Best used in very low contention scenarios (medium/high contention scenarios use too much CPU), this is because it uses spin waiting instead of kernel mode sleep transitions.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.