tuweni / org.apache.tuweni.units.bigints

Package org.apache.tuweni.units.bigints

Types

BaseUInt256Value

Base class for UInt256Value.

abstract class BaseUInt256Value<T : UInt256Value<T>!> : UInt256Value<T>

BaseUInt32Value

Base class for UInt32Value.

abstract class BaseUInt32Value<T : UInt32Value<T>!> : UInt32Value<T>

BaseUInt384Value

Base class for UInt384Value.

abstract class BaseUInt384Value<T : UInt384Value<T>!> : UInt384Value<T>

BaseUInt64Value

Base class for UInt64Value.

abstract class BaseUInt64Value<T : UInt64Value<T>!> : UInt64Value<T>

UInt256

An unsigned 256-bit precision number. This is a raw UInt256Value - a 256-bit precision unsigned number of no particular unit.

class UInt256 : UInt256Value<UInt256!>

UInt256s

Static utility methods on UInt256 values.

class UInt256s

UInt256Value

Represents a 256-bit (32 bytes) unsigned integer value.

interface UInt256Value<T : UInt256Value<T>!> : Comparable<T>

UInt32

An unsigned 32-bit precision number.

class UInt32 : UInt32Value<UInt32!>

UInt32s

Static utility methods on UInt32 values.

class UInt32s

UInt32Value

Represents a 32-bit (8 bytes) unsigned integer value.

interface UInt32Value<T : UInt32Value<T>!> : Comparable<T>

UInt384

An unsigned 384-bit precision number. This is a raw UInt384Value - a 384-bit precision unsigned number of no particular unit.

class UInt384 : UInt384Value<UInt384!>

UInt384s

Static utility methods on UInt384 values.

class UInt384s

UInt384Value

Represents a 384-bit (48 bytes) unsigned integer value.

interface UInt384Value<T : UInt384Value<T>!> : Comparable<T>

UInt64

An unsigned 64-bit precision number. This is a raw UInt64Value - a 64-bit precision unsigned number of no particular unit.

class UInt64 : UInt64Value<UInt64!>

UInt64s

Static utility methods on UInt64 values.

class UInt64s

UInt64Value

Represents a 64-bit (8 bytes) unsigned integer value.

interface UInt64Value<T : UInt64Value<T>!> : Comparable<T>