インタフェース SVariable
- 既知のサブインタフェースのリスト:
SArrayNode,SBoolean,SClass<T>,SDouble,SFloat,SInteger,SJsonNode,SLong,SNumber<T>,SObjectNode,SScalar<T>,SString
- 既知の実装クラスのリスト:
SArrayNodeImpl,SBooleanImpl,SClassImpl,SDoubleImpl,SFloatImpl,SIntegerImpl,SJsonNodeImpl,SList,SListImpl,SLongImpl,SMap,SMapImpl,SMovableList,SMovableListImpl,SNavigableMap,SNavigableMapImpl,SNumberImpl,SObjectNodeImpl,SQueue,SQueueImpl,SROQueue,SStringImpl
public interface SVariable
Represents the synchronizable variable.
-
メソッドの概要
修飾子とタイプメソッド説明voidInitialize this.booleanReturns true if this is initialized.booleanReturns true if this is non-null.booleanReturns true if this is read-only.
-
メソッドの詳細
-
initialize
Initialize this. -
isReadOnly
Returns true if this is read-only.- 戻り値:
- true if this is read-only
-
isNonNull
Returns true if this is non-null.- 戻り値:
- true if this is non-null
-
isInitialized
Returns true if this is initialized.- 戻り値:
- true if this is initialized
-