Uses of Interface
com.github.f4b6a3.uuid.factory.function.ClockSeqFunction
-
Packages that use ClockSeqFunction Package Description com.github.f4b6a3.uuid.factory com.github.f4b6a3.uuid.factory.function.impl -
-
Uses of ClockSeqFunction in com.github.f4b6a3.uuid.factory
Fields in com.github.f4b6a3.uuid.factory declared as ClockSeqFunction Modifier and Type Field Description protected ClockSeqFunctionAbstTimeBasedFactory.Builder. clockseqFunctionThe clock sequence function.protected ClockSeqFunctionAbstTimeBasedFactory. clockseqFunctionThe clock sequence function.Methods in com.github.f4b6a3.uuid.factory that return ClockSeqFunction Modifier and Type Method Description protected ClockSeqFunctionAbstTimeBasedFactory.Builder. getClockSeqFunction()Get the clock sequence function.Methods in com.github.f4b6a3.uuid.factory with parameters of type ClockSeqFunction Modifier and Type Method Description BAbstTimeBasedFactory.Builder. withClockSeqFunction(ClockSeqFunction clockseqFunction)Set the clock sequence function -
Uses of ClockSeqFunction in com.github.f4b6a3.uuid.factory.function.impl
Classes in com.github.f4b6a3.uuid.factory.function.impl that implement ClockSeqFunction Modifier and Type Class Description classDefaultClockSeqFunctionFunction that returns a clock sequence.
-