org.csc.phynixx.common.generator
Class IDGenerators

java.lang.Object
  extended by org.csc.phynixx.common.generator.IDGenerators

public class IDGenerators
extends Object

Created by christoph on 23.02.14.


Constructor Summary
IDGenerators()
           
 
Method Summary
static IDGenerator<Long> createLongGenerator(long seed)
           
static IDGenerator<Long> createLongGenerator(long seed, boolean synchronize)
           
static
<T> IDGenerator<T>
synchronizeGenerator(IDGenerator<T> generator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDGenerators

public IDGenerators()
Method Detail

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.