public static class UInt256Parts.UInt256PartsBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
UInt256Parts |
build() |
UInt256Parts.UInt256PartsBuilder |
hi_hi(Uint64 hi_hi) |
UInt256Parts.UInt256PartsBuilder |
hi_lo(Uint64 hi_lo) |
UInt256Parts.UInt256PartsBuilder |
lo_hi(Uint64 lo_hi) |
UInt256Parts.UInt256PartsBuilder |
lo_lo(Uint64 lo_lo) |
java.lang.String |
toString() |
public UInt256Parts.UInt256PartsBuilder hi_hi(Uint64 hi_hi)
this
.public UInt256Parts.UInt256PartsBuilder hi_lo(Uint64 hi_lo)
this
.public UInt256Parts.UInt256PartsBuilder lo_hi(Uint64 lo_hi)
this
.public UInt256Parts.UInt256PartsBuilder lo_lo(Uint64 lo_lo)
this
.public UInt256Parts build()
public java.lang.String toString()
toString
in class java.lang.Object