Uses of Class
org.jboss.netty.util.internal.ThreadLocalRandom
-
Packages that use ThreadLocalRandom Package Description org.jboss.netty.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of ThreadLocalRandom in org.jboss.netty.util.internal
Methods in org.jboss.netty.util.internal that return ThreadLocalRandom Modifier and Type Method Description static ThreadLocalRandom
ThreadLocalRandom. current()
Returns the current thread'sThreadLocalRandom
.
-