Uses of Class
org.apfloat.ApfloatContext
-
Packages that use ApfloatContext Package Description org.apfloat The apfloat Application Programming Interface (API). -
-
Uses of ApfloatContext in org.apfloat
Fields in org.apfloat declared as ApfloatContext Modifier and Type Field Description private static ApfloatContextApfloatContext. globalContextFields in org.apfloat with type parameters of type ApfloatContext Modifier and Type Field Description private static java.util.Map<java.lang.Thread,ApfloatContext>ApfloatContext. threadContextsMethods in org.apfloat that return ApfloatContext Modifier and Type Method Description static 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(java.lang.Thread thread)Get the thread-specific ApfloatContext for the specified thread.Methods in org.apfloat with parameters of type ApfloatContext Modifier and Type Method Description static voidApfloatContext. setThreadContext(ApfloatContext threadContext)Set the thread-specific ApfloatContext for the calling thread.static voidApfloatContext. setThreadContext(ApfloatContext threadContext, java.lang.Thread thread)Set the thread-specific ApfloatContext for the specified thread.
-