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.localRandomThe actual ThreadLocalMethods in org.glassfish.jersey.internal.util.collection that return ThreadLocalRandomModifier and TypeMethodDescriptionstatic ThreadLocalRandomThreadLocalRandom.current()Returns the current thread'sThreadLocalRandom.