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 ApfloatContext
ApfloatContext.getContext()
Get the ApfloatContext for the calling thread.static ApfloatContext
ApfloatContext.getGlobalContext()
Get the global ApfloatContext.static ApfloatContext
ApfloatContext.getThreadContext()
Get the thread-specific ApfloatContext for the calling thread.static ApfloatContext
ApfloatContext.getThreadContext
(Thread thread) Get the thread-specific ApfloatContext for the specified thread.Methods in org.apfloat with parameters of type ApfloatContextModifier and TypeMethodDescriptionstatic void
ApfloatContext.setThreadContext
(ApfloatContext threadContext) Set the thread-specific ApfloatContext for the calling thread.static void
ApfloatContext.setThreadContext
(ApfloatContext threadContext, Thread thread) Set the thread-specific ApfloatContext for the specified thread.