インタフェース SArrayNode
- すべてのスーパーインタフェース:
SLockable
,SScalar<com.fasterxml.jackson.databind.node.ArrayNode>
,SVariable
,Unlockable
- 既知の実装クラスのリスト:
SArrayNodeImpl
Represents the JSON array 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 array, sets to it and returns it.- 戻り値:
- the new JSON array
-
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
-