| Modifier and Type | Method and Description |
|---|---|
Atomic.Integer |
DB.atomicInteger(String name) |
Atomic.Integer |
DB.atomicIntegerCreate(String name,
int initValue) |
Atomic.Integer |
DB.createAtomicInteger(String name,
int initValue)
Deprecated.
method renamed, use
DB.atomicIntegerCreate(String, int) |
Atomic.Integer |
DB.getAtomicInteger(String name)
Deprecated.
method renamed, use
DB.atomicInteger(String) |
Copyright © 2015. All Rights Reserved.