Package | Description |
---|---|
fc.web.servlet |
Modifier and Type | Field and Description |
---|---|
ThreadLocalRandom |
WebApp.default_tlrand |
Modifier and Type | Method and Description |
---|---|
ThreadLocalRandom |
WebApp.getThreadLocalRandom()
Returns the default ThreadLocalRandom object (a new ThreadLocalRandom
is created if it does not exist).
|
ThreadLocalRandom |
WebApp.getThreadLocalRandom(String name)
Returns the
ThreadLocalRandom object corresponding to the
specified name (a new ThreadLocalRandom is created if it does
not exist). |