インタフェース SLong
- すべてのスーパーインタフェース:
Comparable<Long>
,SLockable
,SNumber<Long>
,SScalar<Long>
,SVariable
,Unlockable
- 既知の実装クラスのリスト:
SLongImpl
Represents the long data.
-
メソッドの概要
インタフェースから継承されたメソッド java.lang.Comparable
compareTo
インタフェースから継承されたメソッド org.wcardinal.controller.data.SLockable
isLocked, lock, tryLock, tryLock, unlock, unlock
インタフェースから継承されたメソッド org.wcardinal.controller.data.SNumber
addAndGet, decrementAndGet, equals, getAndAdd, getAndDecrement, getAndIncrement, incrementAndGet
インタフェースから継承されたメソッド 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
-
メソッドの詳細
-
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
-
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
-