Class IntHolder

java.lang.Object
com.ericsson.otp.ic.IntHolder
All Implemented Interfaces:
Holder, Serializable

public final class IntHolder extends Object implements Holder
Holder class for Int, according to OMG-IDL java mapping.
See Also:
  • Field Details

    • value

      public int value
  • Constructor Details

    • IntHolder

      public IntHolder()
    • IntHolder

      public IntHolder(int initial)
  • Method Details

    • equals

      public boolean equals(Object obj)
      Comparisson method for Ints.
      Overrides:
      equals in class Object
      Returns:
      true if the input object equals the current object, false otherwize
    • equals

      public boolean equals(int i)
      Comparisson method for Ints.
      Returns:
      true if the input int value equals the value of the current object, false otherwize