インタフェース SObjectNode
- すべてのスーパーインタフェース:
SLockable
,SScalar<com.fasterxml.jackson.databind.node.ObjectNode>
,SVariable
,Unlockable
- 既知の実装クラスのリスト:
SObjectNodeImpl
Represents the JSON object data.
-
メソッドの概要
インタフェースから継承されたメソッド 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
-
メソッドの詳細
-
create
Creates a new JSON object, sets to it and returns it.- 戻り値:
- the new JSON object
-
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
-