public class PaddedAtomicBoolean extends AtomicBoolean
Modifier and Type | Field and Description |
---|---|
protected int |
i1 |
protected int |
i10 |
protected int |
i11 |
protected int |
i12 |
protected int |
i13 |
protected int |
i14 |
protected int |
i15 |
protected int |
i16 |
protected int |
i2 |
protected int |
i3 |
protected int |
i4 |
protected int |
i5 |
protected int |
i6 |
protected int |
i7 |
protected int |
i8 |
protected int |
i9 |
Constructor and Description |
---|
PaddedAtomicBoolean(boolean initialValue) |
Modifier and Type | Method and Description |
---|---|
int |
sum() |
compareAndSet, get, getAndSet, lazySet, set, toString, weakCompareAndSet
protected volatile int i1
protected volatile int i2
protected volatile int i3
protected volatile int i4
protected volatile int i5
protected volatile int i6
protected volatile int i7
protected volatile int i8
protected volatile int i9
protected volatile int i10
protected volatile int i11
protected volatile int i12
protected volatile int i13
protected volatile int i14
protected volatile int i15
protected volatile int i16
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.