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 ApfloatContext
ApfloatContext. globalContext
Fields in org.apfloat with type parameters of type ApfloatContext Modifier and Type Field Description private static java.util.Map<java.lang.Thread,ApfloatContext>
ApfloatContext. threadContexts
Methods in org.apfloat that return ApfloatContext Modifier and Type Method Description static 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(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 void
ApfloatContext. setThreadContext(ApfloatContext threadContext)
Set the thread-specific ApfloatContext for the calling thread.static void
ApfloatContext. setThreadContext(ApfloatContext threadContext, java.lang.Thread thread)
Set the thread-specific ApfloatContext for the specified thread.
-