Public Member Functions | |
| AtomicInteger () | |
| AtomicInteger (int initialValue) | |
| int | compareAndSwap (int expected, int newValue) |
| int | getValue () |
| int | add (int value) |
| int | subtract (int value) |
| int | increment () |
| int | decrement () |
| fm.liveswitch.AtomicInteger.AtomicInteger | ( | ) |
| fm.liveswitch.AtomicInteger.AtomicInteger | ( | int | initialValue | ) |
| int fm.liveswitch.AtomicInteger.add | ( | int | value | ) |
| int fm.liveswitch.AtomicInteger.compareAndSwap | ( | int | expected, |
| int | newValue | ||
| ) |
| int fm.liveswitch.AtomicInteger.decrement | ( | ) |
| int fm.liveswitch.AtomicInteger.getValue | ( | ) |
| int fm.liveswitch.AtomicInteger.increment | ( | ) |
| int fm.liveswitch.AtomicInteger.subtract | ( | int | value | ) |