Uses of Class
org.jboss.netty.util.internal.ThreadLocalRandom
Packages that use ThreadLocalRandom
Package
Description
Internal-use-only utilities which is not allowed to be used
outside Netty.
-
Uses of ThreadLocalRandom in org.jboss.netty.util.internal
Fields in org.jboss.netty.util.internal with type parameters of type ThreadLocalRandomModifier and TypeFieldDescriptionprivate static final ThreadLocal<ThreadLocalRandom>
ThreadLocalRandom.localRandom
The actual ThreadLocalMethods in org.jboss.netty.util.internal that return ThreadLocalRandomModifier and TypeMethodDescriptionstatic ThreadLocalRandom
ThreadLocalRandom.current()
Returns the current thread'sThreadLocalRandom
.