Uses of Class
org.apfloat.ApfloatContext
Packages that use ApfloatContext
-
Uses of ApfloatContext in org.apfloat
Methods in org.apfloat that return ApfloatContextModifier and TypeMethodDescriptionstatic ApfloatContextApfloatContext.getContext()Get the ApfloatContext for the calling thread.static ApfloatContextApfloatContext.getGlobalContext()Get the global ApfloatContext.static ApfloatContextApfloatContext.getThreadContext()Get the thread-specific ApfloatContext for the calling thread.static ApfloatContextApfloatContext.getThreadContext(Thread thread) Get the thread-specific ApfloatContext for the specified thread.Methods in org.apfloat with parameters of type ApfloatContextModifier and TypeMethodDescriptionstatic voidApfloatContext.setThreadContext(ApfloatContext threadContext) Set the thread-specific ApfloatContext for the calling thread.static voidApfloatContext.setThreadContext(ApfloatContext threadContext, Thread thread) Set the thread-specific ApfloatContext for the specified thread.