インタフェース SDouble

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

public interface SDouble extends SNumber<Double>
Represents the double data.
  • メソッドの詳細

    • equals

      @ThreadSafe boolean equals(Double 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(double 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