| Class | Description |
|---|---|
| MDArrays |
Class with methods for converting two-dimensional arrays between object
and primitive types
|
| StataArgsToCollector |
Convenience Method to Convert String[] args to List of String objects
that can use the Streaming API and other newer iterator methods in Java.
|
| StataDateDisplayFormats |
Static methods used to translate date values into standard formatted
date/datetime strings based on Stata conventions
Also need to implement small parser to handle the translation from Stata
datetime formats to the Java equivalents where possible.
|
| StataXTTS |
Class and Methods to convert Java Date, Time, and Timestamp objects to Stata
representations.
|