Module com.github.f4b6a3.uuid
Class TimeOrderedFactory.Builder
- java.lang.Object
-
- com.github.f4b6a3.uuid.factory.AbstTimeBasedFactory.Builder<TimeOrderedFactory,TimeOrderedFactory.Builder>
-
- com.github.f4b6a3.uuid.factory.rfc4122.TimeOrderedFactory.Builder
-
- Enclosing class:
- TimeOrderedFactory
public static class TimeOrderedFactory.Builder extends AbstTimeBasedFactory.Builder<TimeOrderedFactory,TimeOrderedFactory.Builder>
Concrete builder for creating a time-ordered factory.- See Also:
AbstTimeBasedFactory.Builder
-
-
Field Summary
-
Fields inherited from class com.github.f4b6a3.uuid.factory.AbstTimeBasedFactory.Builder
clockseqFunction, nodeidFunction, timeFunction
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeOrderedFactorybuild()-
Methods inherited from class com.github.f4b6a3.uuid.factory.AbstTimeBasedFactory.Builder
getClockSeqFunction, getNodeIdFunction, getTimeFunction, withClockSeq, withClockSeq, withClockSeqFunction, withHashNodeId, withInstant, withMacNodeId, withNodeId, withNodeId, withNodeIdFunction, withRandomNodeId, withTimeFunction
-
-
-
-
Method Detail
-
build
public TimeOrderedFactory build()
- Specified by:
buildin classAbstTimeBasedFactory.Builder<TimeOrderedFactory,TimeOrderedFactory.Builder>
-
-