units / org.apache.tuweni.units.bigints / UInt32Domain

UInt32Domain

class UInt32Domain : DiscreteDomain<UInt32!> (source)

A DiscreteDomain over UInt32.

Constructors

<init>

A DiscreteDomain over UInt32.

UInt32Domain()

Functions

distance

fun distance(start: UInt32!, end: UInt32!): Long

maxValue

fun maxValue(): UInt32!

minValue

fun minValue(): UInt32!

next

fun next(value: UInt32!): UInt32!

previous

fun previous(value: UInt32!): UInt32!