DisplayMode |
|
Frame |
This class provides access to Stata frames.
|
FrameException |
The FrameException class is used to indicate that an exceptional condition
has occurred with a Frame .
|
Missing.Extended |
Mappings that correspond to missing values in Stata.
|
SFIException |
Represents a general exception that encapsulates an error code.
|
SIFDateTimeException |
Signals that an exception occurred when processing a SIF date.
|
StrLConnector |
This class facilitates access to Stata's strL data type.
|
Synchronized |
Indicates that a method or class is thread-safe and that thread safety has
been provided using the Java keyword synchronized.
|
SynchronizedOnMain |
Indicates that a method or class is thread-safe and that thread safety has
been provided using the Java keyword synchronized; execution may be forced
back on the main thread, so care must be taken to prevent deadlocks.
|
ThreadSafe |
Indicates that a method or class is thread-safe.
|