Package | Description |
---|---|
org.glassfish.jersey.internal.util.collection |
Common set of Jersey collection classes.
|
Modifier and Type | Field and Description |
---|---|
private static java.lang.ThreadLocal<ThreadLocalRandom> |
ThreadLocalRandom.localRandom
The actual ThreadLocal
|
Modifier and Type | Method and Description |
---|---|
static ThreadLocalRandom |
ThreadLocalRandom.current()
Returns the current thread's
ThreadLocalRandom . |