| Home >> All >> recoin >> [ util Javadoc ] |
recoin.util: Javadoc index of package recoin.util.
Package Samples:
recoin.util
Classes:
DurationStamp: A DurationStamp can be used to measure a process that has a starting point and an end point. The DurationStamp is given a name to identify the object or process that whose context this DurationStamp was created. This name is supposed to be used as a label for this DurationStamp. Start and end of the process are stored internally as the number of milliseconds since January 1, 1970, 00:00:00 GMT.
TimeLog: A TimeLog can be used to record a sequence of phases or processes. To do so an unlimitited number of DurationStamp objects can be added. The first DurationStamp added to the TimeLog should be used to represent the overall process. There is also a special constructor for this case.
SelfDescription: Classes implementing this interface signal that they are capable of providing a textual description of themselves. This is useful wherever the status and/or attributes of an object have to displayed in a summarized form.
| Home | Contact Us | Privacy Policy | Terms of Service |