Class OtpErlangInt

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class OtpErlangInt
    extends OtpErlangLong
    Provides a Java representation of Erlang integral types.
    See Also:
    Serialized Form
    • Constructor Detail

      • OtpErlangInt

        public OtpErlangInt​(int i)
        Create an Erlang integer from the given value.
        Parameters:
        i - the int value to use.