Package | Description |
---|---|
org.jboss.stm.internal.types | |
org.jboss.stm.types |
Modifier and Type | Class and Description |
---|---|
class |
AtomicLongImpl |
Modifier and Type | Method and Description |
---|---|
AtomicLong |
AtomicLongImpl.add(AtomicLong obj) |
AtomicLong |
AtomicLongImpl.decrement() |
AtomicLong |
AtomicLongImpl.increment() |
AtomicLong |
AtomicLongImpl.subtract(AtomicLong obj) |
Modifier and Type | Method and Description |
---|---|
AtomicLong |
AtomicLongImpl.add(AtomicLong obj) |
AtomicLong |
AtomicLongImpl.subtract(AtomicLong obj) |
Modifier and Type | Method and Description |
---|---|
AtomicLong |
AtomicLong.add(AtomicLong obj) |
AtomicLong |
AtomicFactory.createLong() |
AtomicLong |
AtomicFactory.createLong(long initialValue) |
AtomicLong |
AtomicLong.decrement() |
AtomicLong |
AtomicLong.increment() |
AtomicLong |
AtomicLong.subtract(AtomicLong obj) |
Modifier and Type | Method and Description |
---|---|
AtomicLong |
AtomicLong.add(AtomicLong obj) |
AtomicLong |
AtomicLong.subtract(AtomicLong obj) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.