
private static final class ThreadLocalIdGenerator.Singleton extends ThreadLocal<AtomicInteger> implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Modifier | Constructor and Description |
|---|---|
private |
Singleton() |
| Modifier and Type | Method and Description |
|---|---|
protected AtomicInteger |
initialValue() |
get, remove, set, withInitialprivate static final long serialVersionUID
protected AtomicInteger initialValue()
initialValue in class ThreadLocal<AtomicInteger>