Class OtpErlangShort

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

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

      • OtpErlangShort

        public OtpErlangShort​(short s)
        Create an Erlang integer from the given value.
        Parameters:
        s - the short value to use.