Uses of Class
com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
Packages that use LocalAtomicInteger
Package
Description
A small toolkit of classes that support lock-free thread-safe programming on single variables.
- 
Uses of LocalAtomicInteger in com.oracle.coherence.concurrent.atomic
Methods in com.oracle.coherence.concurrent.atomic that return LocalAtomicIntegerModifier and TypeMethodDescriptionstatic LocalAtomicIntegerAtomics.localAtomicInteger(String sName) ReturnLocalAtomicIntegerinstance for the specified name.static LocalAtomicIntegerAtomics.localAtomicInteger(String sName, int nInitialValue) ReturnLocalAtomicIntegerinstance for the specified name and initial value.