Package | Description |
---|---|
org.apfloat |
The apfloat Application Programming Interface (API).
|
Modifier and Type | Method and 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(Thread thread)
Get the thread-specific ApfloatContext for the specified thread.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Copyright © 2019. All rights reserved.