Uses of Interface
org.csc.phynixx.common.generator.IDGenerator

Packages that use IDGenerator
org.csc.phynixx.common.generator   
 

Uses of IDGenerator in org.csc.phynixx.common.generator
 

Methods in org.csc.phynixx.common.generator that return IDGenerator
static IDGenerator<Long> IDGenerators.createLongGenerator(long seed)
           
static IDGenerator<Long> IDGenerators.createLongGenerator(long seed, boolean synchronize)
           
static
<T> IDGenerator<T>
IDGenerators.synchronizeGenerator(IDGenerator<T> generator)
           
 

Methods in org.csc.phynixx.common.generator with parameters of type IDGenerator
static
<T> IDGenerator<T>
IDGenerators.synchronizeGenerator(IDGenerator<T> generator)
           
 



Copyright © 2015. All rights reserved.