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