- java.lang.Object
-
- org.apache.derbyTesting.functionTests.tests.store.BTreeMaxScanTest.AtomicInt
-
- Enclosing class:
- BTreeMaxScanTest
private static class BTreeMaxScanTest.AtomicInt
extends java.lang.Object
Poor man's replacement for java.util.concurrent.atomic.AtomicInteger
that runs on platforms where java.util.concurrent isn't available.
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
private int |
i |
-
Constructor Summary
Constructors
Modifier |
Constructor and Description |
private |
AtomicInt() |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AtomicInt
private AtomicInt()
-
Method Detail
-
increment
void increment()
-
decrement
void decrement()
Built on Tue 1970-01-20 05:28:49+0000, from revision ???
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.