public class IDGenerators extends Object
| Constructor and Description |
|---|
IDGenerators() |
| Modifier and Type | Method and Description |
|---|---|
static IDGenerator<Long> |
createLongGenerator(long seed) |
static IDGenerator<Long> |
createLongGenerator(long seed,
boolean synchronize) |
static <T> IDGenerator<T> |
synchronizeGenerator(IDGenerator<T> generator) |
public static <T> IDGenerator<T> synchronizeGenerator(IDGenerator<T> generator)
public static IDGenerator<Long> createLongGenerator(long seed)
public static IDGenerator<Long> createLongGenerator(long seed, boolean synchronize)
Copyright © 2017. All rights reserved.