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