インタフェース SBoolean

すべてのスーパーインタフェース:
SLockable, SScalar<Boolean>, SVariable, Unlockable
既知の実装クラスのリスト:
SBooleanImpl

public interface SBoolean extends SScalar<Boolean>
Represents the boolean data.
  • メソッドの詳細

    • equals

      @ThreadSafe boolean equals(Boolean target)
      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

      @ThreadSafe boolean equals(boolean target)
      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