インタフェース SFloat

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

public interface SFloat extends SNumber<Float>
Represents the float data.
  • メソッドの詳細

    • equals

      @ThreadSafe boolean equals(Float 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(float 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