クラス SIntegerImpl
java.lang.Object
org.wcardinal.controller.data.internal.SBaseImpl<T>
org.wcardinal.controller.data.internal.SNumberImpl<Integer>
org.wcardinal.controller.data.internal.SIntegerImpl
- すべての実装されたインタフェース:
Comparable<Integer>
,SBase<Integer>
,SInteger
,SLockable
,SNumber<Integer>
,SScalar<Integer>
,SVariable
,Unlockable
@Component
@Scope("prototype")
public class SIntegerImpl
extends SNumberImpl<Integer>
implements SInteger
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明Atomically adds the specified value to the current value if the current value is not null.void
compact
(long authorizedRevision) boolean
compareAndSet
(Integer expected, Integer update) Atomically sets to the 'update' if the 'expected' is equal to the current value.int
boolean
Returns true if this contains the specified value.boolean
containsAll
(Collection<?> others) Returns true if this contains all the specified values.Atomically decrements by one the current value if the current value is not null.boolean
equals
(int target) Returns true if the specified target is equal to this.boolean
Returns true if the specified target is equal to this.boolean
Returns true if the specified target is equal to this.boolean
get()
Returns the current value.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 sets to the specified value and returns the old value.getValue()
Returns the current value.Atomically increments by one the current value if the current value is not null.int
If the value isList
,ArrayNode
or an array, returns the index of the specified value.void
Initialize this.boolean
isEmpty()
Returns true if the size is zero.boolean
Returns true if the value is not null.boolean
isNull()
Returns true if the value is null.int
If the value isList
,ArrayNode
or an array, returns the last index of the specified value.void
onAuthorized
(long authorizedRevision) reset()
Resets to the current value.Resets to the current value.Sets to the specified value.void
setNonNull
(boolean isNonNull) Sets to the specified value.int
size()
void
toDirty()
Marks itself as updated.toString()
クラスから継承されたメソッド org.wcardinal.controller.data.internal.SBaseImpl
getRevision, getType, isInitialized, isLocked, isLoose, isNonNull, isReadOnly, isSoft, isWeak, lock, override, setLock, setLoose, setParent, setReadOnly, setSoft, setWeak, tryLock, tryLock, uninitialize, unlock, unlock
クラスから継承されたメソッド java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
インタフェースから継承されたメソッド org.wcardinal.controller.data.SLockable
isLocked, lock, tryLock, tryLock, unlock, unlock
インタフェースから継承されたメソッド org.wcardinal.controller.data.SScalar
compareAndSet, contains, containsAll, equals, get, getAndSet, getValue, indexOf, isEmpty, isNotNull, isNull, lastIndexOf, reset, resetValue, set, setValue, size, toDirty
インタフェースから継承されたメソッド org.wcardinal.controller.data.SVariable
initialize, isInitialized, isNonNull, isReadOnly
-
コンストラクタの詳細
-
SIntegerImpl
public SIntegerImpl()
-
-
メソッドの詳細
-
addAndGet
インタフェースからコピーされた説明:SNumber
Atomically adds the specified value to the current value if the current value is not null. -
getAndAdd
インタフェースからコピーされた説明:SNumber
Atomically add the specified value to the current value if the current value is not null. -
decrementAndGet
インタフェースからコピーされた説明:SNumber
Atomically decrements by one the current value if the current value is not null.- 定義:
decrementAndGet
インタフェース内SNumber<Integer>
- 戻り値:
- updated value
-
getAndDecrement
インタフェースからコピーされた説明:SNumber
Atomically decrements by one the current value if the current value is not null.- 定義:
getAndDecrement
インタフェース内SNumber<Integer>
- 戻り値:
- previous value
-
getAndIncrement
インタフェースからコピーされた説明:SNumber
Atomically increments by one the current value if the current value is not null.- 定義:
getAndIncrement
インタフェース内SNumber<Integer>
- 戻り値:
- previous value
-
incrementAndGet
インタフェースからコピーされた説明:SNumber
Atomically increments by one the current value if the current value is not null.- 定義:
incrementAndGet
インタフェース内SNumber<Integer>
- 戻り値:
- updated value
-
compareTo
- 定義:
compareTo
インタフェース内Comparable<Integer>
-
equals
インタフェースからコピーされた説明:SNumber
Returns true if the specified target is equal to this. -
equals
インタフェースからコピーされた説明:SInteger
Returns true if the specified target is equal to this. -
equals
public boolean equals(int target) インタフェースからコピーされた説明:SInteger
Returns true if the specified target is equal to this. -
get
インタフェースからコピーされた説明:SScalar
Returns the current value. -
set
インタフェースからコピーされた説明:SScalar
Sets to the specified value. -
reset
インタフェースからコピーされた説明:SScalar
Resets to the current value. -
getValue
インタフェースからコピーされた説明:SScalar
Returns the current value. -
setValue
インタフェースからコピーされた説明:SScalar
Sets to the specified value. -
resetValue
インタフェースからコピーされた説明:SScalar
Resets to the current value.- 定義:
resetValue
インタフェース内SScalar<T>
- 戻り値:
- the current value
-
toDirty
public void toDirty()インタフェースからコピーされた説明:SScalar
Marks itself as updated. -
compareAndSet
インタフェースからコピーされた説明:SScalar
Atomically sets to the 'update' if the 'expected' is equal to the current value.- 定義:
compareAndSet
インタフェース内SScalar<T>
- パラメータ:
expected
- the expected valueupdate
- the new value- 戻り値:
- true if the 'expected' is equal to the current value
-
getAndSet
インタフェースからコピーされた説明:SScalar
Atomically sets to the specified value and returns the old value. -
pack
-
onAuthorized
public void onAuthorized(long authorizedRevision) - 定義:
onAuthorized
インタフェース内SBase<T>
-
unpack
-
compact
public void compact(long authorizedRevision) -
toString
-
equals
-
initialize
public void initialize()インタフェースからコピーされた説明:SVariable
Initialize this.- 定義:
initialize
インタフェース内SVariable
-
setNonNull
public void setNonNull(boolean isNonNull) - 定義:
setNonNull
インタフェース内SBase<T>
-
size
public int size()インタフェースからコピーされた説明:SScalar
If the value isCollection
,Map
,ArrayNode
orObjectNode
, returns the its size. If the value is an array, returns the its length. If the value is null, returns 0. For anything else, returns 1. -
isEmpty
public boolean isEmpty()インタフェースからコピーされた説明:SScalar
Returns true if the size is zero. -
isNull
public boolean isNull()インタフェースからコピーされた説明:SScalar
Returns true if the value is null. -
isNotNull
public boolean isNotNull()インタフェースからコピーされた説明:SScalar
Returns true if the value is not null. -
indexOf
インタフェースからコピーされた説明:SScalar
If the value isList
,ArrayNode
or an array, returns the index of the specified value. Otherwise, returns -1. -
lastIndexOf
インタフェースからコピーされた説明:SScalar
If the value isList
,ArrayNode
or an array, returns the last index of the specified value. Otherwise, returns -1.- 定義:
lastIndexOf
インタフェース内SScalar<T>
- パラメータ:
o
- value to search for- 戻り値:
- the last index of the specified value
-
contains
インタフェースからコピーされた説明:SScalar
Returns true if this contains the specified value. -
containsAll
インタフェースからコピーされた説明:SScalar
Returns true if this contains all the specified values.- 定義:
containsAll
インタフェース内SScalar<T>
- パラメータ:
others
- values to search for- 戻り値:
- true if this contains all the specified values
-