org.csc.phynixx.common.generator
Class IDGenerators
java.lang.Object
org.csc.phynixx.common.generator.IDGenerators
public class IDGenerators
- extends Object
Created by christoph on 23.02.14.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDGenerators
public IDGenerators()
synchronizeGenerator
public static <T> IDGenerator<T> synchronizeGenerator(IDGenerator<T> generator)
createLongGenerator
public static IDGenerator<Long> createLongGenerator(long seed)
createLongGenerator
public static IDGenerator<Long> createLongGenerator(long seed,
boolean synchronize)
Copyright © 2015. All rights reserved.