インタフェース SInteger

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

public interface SInteger extends SNumber<Integer>
Represents the integer data.
  • メソッドの詳細

    • equals

      @ThreadSafe boolean equals(Integer 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(int 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