Package 

Class Int256

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Int256.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final BigInteger value
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final BigInteger getValue() BigInteger value to be wrapped
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Int256

        Int256(String stringValue)
        Parameters:
        stringValue - String to be converted into Int256
      • Int256

        Int256(Byte int8Value)
        Parameters:
        int8Value - Int8 (Byte) to be converted into Int256
      • Int256

        Int256(Short int16Value)
        Parameters:
        int16Value - Int16 (Short) to be converted into Int256
      • Int256

        Int256(Integer int32Value)
        Parameters:
        int32Value - Int32 (Int) to be converted into Int256
      • Int256

        Int256(Long int64Value)
        Parameters:
        int64Value - Int64 (Long) to be converted into Int256
      • Int256

        Int256(Int128 int128Value)
        Parameters:
        int128Value - Int128 to be converted into Int256