Uses of Class
org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
Packages that use ThreadLocalRandom
Package
Description
Common set of Jersey collection classes.
-
Uses of ThreadLocalRandom in org.glassfish.jersey.internal.util.collection
Fields in org.glassfish.jersey.internal.util.collection with type parameters of type ThreadLocalRandomModifier and TypeFieldDescriptionprivate static final ThreadLocal
<ThreadLocalRandom> ThreadLocalRandom.localRandom
The actual ThreadLocalMethods in org.glassfish.jersey.internal.util.collection that return ThreadLocalRandomModifier and TypeMethodDescriptionstatic ThreadLocalRandom
ThreadLocalRandom.current()
Returns the current thread'sThreadLocalRandom
.