- すべてのスーパーインタフェース:
Comparable<T>
, SLockable
, SScalar<T>
, SVariable
, Unlockable
- 既知のサブインタフェースのリスト:
SDouble
, SFloat
, SInteger
, SLong
- 既知の実装クラスのリスト:
SDoubleImpl
, SFloatImpl
, SIntegerImpl
, SLongImpl
, SNumberImpl
-
メソッドの概要
Atomically adds the specified value to the current value if the current value is not null.
Atomically decrements by one the current value if the current value is not null.
boolean
Returns true if the specified target is equal to this.
Atomically add the specified value to the current value if the current value is not null.
Atomically decrements by one the current value if the current value is not null.
Atomically increments by one the current value if the current value is not null.
Atomically increments by one the current value if the current value is not null.
インタフェースから継承されたメソッド org.wcardinal.controller.data.SScalar
compareAndSet, contains, containsAll, equals, get, getAndSet, getValue, indexOf, isEmpty, isNotNull, isNull, lastIndexOf, reset, resetValue, set, setValue, size, toDirty
-
メソッドの詳細
-
addAndGet
Atomically adds the specified value to the current value if the current value is not null.
- パラメータ:
delta
- value to add
- 戻り値:
- updated value
- 例外:
NullPointerException
- if the specified value is null
-
decrementAndGet
Atomically decrements by one the current value if the current value is not null.
- 戻り値:
- updated value
-
getAndAdd
Atomically add the specified value to the current value if the current value is not null.
- パラメータ:
delta
- value to add
- 戻り値:
- previous value
- 例外:
NullPointerException
- if the specified value is null
-
getAndDecrement
Atomically decrements by one the current value if the current value is not null.
- 戻り値:
- previous value
-
getAndIncrement
Atomically increments by one the current value if the current value is not null.
- 戻り値:
- previous value
-
incrementAndGet
Atomically increments by one the current value if the current value is not null.
- 戻り値:
- updated value
-
equals
Returns true if the specified target is equal to this.
- パラメータ:
target
- the target to be compared
- 戻り値:
- true if the specified target is equal to this