インタフェース 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.
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    void
    Initialize this.
    boolean
    Returns true if this is initialized.
    boolean
    Returns true if this is non-null.
    boolean
    Returns true if this is read-only.
  • メソッドの詳細

    • initialize

      @ThreadSafe void initialize()
      Initialize this.
    • isReadOnly

      @ThreadSafe boolean isReadOnly()
      Returns true if this is read-only.
      戻り値:
      true if this is read-only
    • isNonNull

      @ThreadSafe boolean isNonNull()
      Returns true if this is non-null.
      戻り値:
      true if this is non-null
    • isInitialized

      @ThreadSafe boolean isInitialized()
      Returns true if this is initialized.
      戻り値:
      true if this is initialized