- tc() - Static method in class org.paces.Stata.Utilities.StataDateDisplayFormats
-
Method for formatting clock time data
- tC() - Static method in class org.paces.Stata.Utilities.StataDateDisplayFormats
-
No equivalent in Java will return unadjusted time
Need to implement constraint to make sure there are no :60 second values
- td() - Static method in class org.paces.Stata.Utilities.StataDateDisplayFormats
-
Standard date format
- th() - Static method in class org.paces.Stata.Utilities.StataDateDisplayFormats
-
Standard semi-annual date format
Need to work on implementing this correctly since there is no half
year format in Java
- tm() - Static method in class org.paces.Stata.Utilities.StataDateDisplayFormats
-
Standard Monthly date format
- toList() - Method in class org.paces.Stata.DataRecords.DataRecordByteArray
-
Method to retrieve the data as a List of Byte objects
- toList() - Method in class org.paces.Stata.DataRecords.DataRecordDoubleArray
-
Method to retrieve the data as a List object
- toList() - Method in class org.paces.Stata.DataRecords.DataRecordIntArray
-
Method to retrieve the data as a List object
- toList() - Method in class org.paces.Stata.DataRecords.DataRecordLongArray
-
Method to retrieve the data as a List of Long objects
- toList() - Method in class org.paces.Stata.DataRecords.DataRecordStringArray
-
Method to retrieve the data as a List of String objects
- toList() - Method in class org.paces.Stata.DataSets.DataSet
-
Converts the dataset into a list of variable values nested within a
list of records
- toList() - Method in class org.paces.Stata.DataSets.DataSetByteArrays
-
Converts the dataset into a list of variable values nested within a
list of records
- toList() - Method in class org.paces.Stata.DataSets.DataSetDoubleArrays
-
Converts the dataset into a list of variable values nested within a
list of records
- toList() - Method in class org.paces.Stata.DataSets.DataSetIntArrays
-
Converts the dataset into a list of variable values nested within a
list of records
- toList() - Method in class org.paces.Stata.DataSets.DataSetLongArrays
-
Converts the dataset into a list of variable values nested within a
list of records
- toList() - Method in class org.paces.Stata.DataSets.DataSetStringArrays
-
Converts the dataset into a list of variable values nested within a
list of records
- toList() - Method in interface org.paces.Stata.DataSets.StataData
-
Converts the dataset into a list of variable values nested within a
list of records
- toList(double[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method that returns a List of Object type Lists containing the data
- toList(float[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method that returns a List of Object type Lists containing the data
- toList(long[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method that returns a List of Object type Lists containing the data
- toList(int[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method that returns a List of Object type Lists containing the data
- toList(byte[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method that returns a List of Object type Lists containing the data
- toList(short[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method that returns a List of Object type Lists containing the data
- toList(Double[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method that returns a List of Object type Lists containing the data
- toList(Float[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method that returns a List of Object type Lists containing the data
- toList(Long[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method that returns a List of Object type Lists containing the data
- toList(Integer[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method that returns a List of Object type Lists containing the data
- toList(Byte[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method that returns a List of Object type Lists containing the data
- toList(Short[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method that returns a List of Object type Lists containing the data
- toObject(byte[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method to convert a 2D primitive array to a 2D Object array
- toObject(double[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method to convert a 2D primitive array to a 2D Object array
- toObject(int[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method to convert a 2D primitive array to a 2D Object array
- toObject(long[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method to convert a 2D primitive array to a 2D Object array
- toPrimative(Byte[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method to convert a 2D Object array to a 2D primitive array
- toPrimative(Double[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method to convert a 2D Object array to a 2D primitive array
- toPrimative(Integer[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method to convert a 2D Object array to a 2D primitive array
- toPrimative(Long[][]) - Static method in class org.paces.Stata.Utilities.MDArrays
-
Method to convert a 2D Object array to a 2D primitive array
- toStata(Date) - Method in class org.paces.Stata.Utilities.StataXTTS
-
Method to convert Java Dates to Stata Dates
- toStata(Time) - Method in class org.paces.Stata.Utilities.StataXTTS
-
Method to convert Java Times to Stata Datetimes
- toStata(Timestamp) - Method in class org.paces.Stata.Utilities.StataXTTS
-
Method to convert Java Timestamps to Stata Datetimes
- toStata(FileTime) - Method in class org.paces.Stata.Utilities.StataXTTS
-
Method to convert Java Timestamps to Stata Datetimes
- tq() - Static method in class org.paces.Stata.Utilities.StataDateDisplayFormats
-
Standard quarterly date format
- tw() - Static method in class org.paces.Stata.Utilities.StataDateDisplayFormats
-
Standard Weekly date format
- ty() - Static method in class org.paces.Stata.Utilities.StataDateDisplayFormats
-
Standard yearly date format
- typeClassMap - Static variable in class org.paces.Stata.Variables.StataTypes
-
Member used to store the class types of the data so the values can be
recast using reflection methods
- typeMap - Static variable in class org.paces.Stata.Variables.StataTypes
-
Member used to map string values returned by the `: type [varname]'
extended macro function to integer values used in the .dta
specification to represent the data types.