class UInt32ValueDomain<T : UInt32Value<T>> : DiscreteDomain<T>
(source)
A DiscreteDomain over a UInt32Value.
UInt32ValueDomain(ctor: Function<UInt32, T>) |
fun distance(start: T, end: T): Long |
|
fun maxValue(): T |
|
fun minValue(): T |
|
fun next(value: T): T |
|
fun previous(value: T): T |