Class AtomicBiInteger

java.lang.Object
java.lang.Number
java.util.concurrent.atomic.AtomicLong
org.eclipse.jetty.util.AtomicBiInteger
All Implemented Interfaces:
Serializable

public class AtomicBiInteger extends AtomicLong
An AtomicLong with additional methods to treat it as two hi/lo integers.
See Also: