Package 

Class UInt128

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class UInt128.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

      • UInt128

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

        UInt128(UByte uint8Value)
        Parameters:
        uint8Value - UInt8 (UByte) to be converted into UInt128
      • UInt128

        UInt128(UShort uint16Value)
        Parameters:
        uint16Value - UInt16 (UShort) to be converted into UInt128
      • UInt128

        UInt128(UInt uint32Value)
        Parameters:
        uint32Value - UInt32 (UInt) to be converted into UInt128
      • UInt128

        UInt128(ULong uint64Value)
        Parameters:
        uint64Value - UInt64 (ULong) to be converted into UInt128