C D E F G H I M P R S T V W 

T

TextUtils - Class in com.mgnt.utils
This class provides various utilities for work with String that represents some other type.
TextUtils() - Constructor for class com.mgnt.utils.TextUtils
 
TimeInterval - Class in com.mgnt.utils.entities
This is convenience class that holds time interval as numerical value and its associated TimeUnit The class also provides methods of retrieval of its value as a long in needed scale (milliseconds, seconds, minutes, hours or days) see methods toMillis(), toSeconds() , toMinutes() , toHours() , toDays(),
TimeInterval() - Constructor for class com.mgnt.utils.entities.TimeInterval
 
TimeUtils - Class in com.mgnt.utils
This is simple Utility class that has a convenience sleep method that "swallows" Created by Michael Gantman on 22/12/2015.
TimeUtils() - Constructor for class com.mgnt.utils.TimeUtils
 
toDays() - Method in class com.mgnt.utils.entities.TimeInterval
returns long value of this TimeInterval in days
toHours() - Method in class com.mgnt.utils.entities.TimeInterval
returns long value of this TimeInterval in hours
toMillis() - Method in class com.mgnt.utils.entities.TimeInterval
returns long value of this TimeInterval in milliseconds
toMinutes() - Method in class com.mgnt.utils.entities.TimeInterval
returns long value of this TimeInterval in minutes
toSeconds() - Method in class com.mgnt.utils.entities.TimeInterval
returns long value of this TimeInterval in seconds
toString() - Method in class com.mgnt.utils.textutils.Version
 
toString() - Method in class com.mgnt.utils.textutils.VersionRange
 
C D E F G H I M P R S T V W