| Modifier and Type | Field and Description |
|---|---|
protected Atomic.Long |
HTreeMap.counter |
protected Atomic.Long |
BTreeMap.counter |
protected Atomic.Long |
Queues.SimpleQueue.head |
protected Atomic.Long |
Queues.CircularQueue.headInsert |
protected Atomic.Long |
Queues.Queue.tail |
| Modifier and Type | Method and Description |
|---|---|
Atomic.Long |
DB.createAtomicLong(java.lang.String name,
long initValue) |
Atomic.Long |
DB.getAtomicLong(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> void |
Bind.size(Bind.MapWithModificationListener<K,V> map,
Atomic.Long sizeCounter)
Binds
Atomic.Long to Primary Map so the Atomic.Long contains size of Map. |