public final class ThreadLocals extends Object
ThreadLocal
variables. This
may be useful if the library is used in a web service or servlet container.Modifier and Type | Method and Description |
---|---|
static void |
removeAll()
Removes all values held by
ThreadLocal variables that are used by
the decimal4j library. |
public static final void removeAll()
ThreadLocal
variables that are used by
the decimal4j library. ThreadLocal.remove()
is called on every
variable to make objects held by those variables available for garbage
collection.