Uses of Class
org.glassfish.jersey.internal.util.collection.ThreadLocalRandom
-
Packages that use ThreadLocalRandom Package Description org.glassfish.jersey.internal.util.collection 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 ThreadLocalRandom Modifier and Type Field Description private static java.lang.ThreadLocal<ThreadLocalRandom>ThreadLocalRandom. localRandomThe actual ThreadLocalMethods in org.glassfish.jersey.internal.util.collection that return ThreadLocalRandom Modifier and Type Method Description static ThreadLocalRandomThreadLocalRandom. current()Returns the current thread'sThreadLocalRandom.
-