|
@@ -251,6 +251,22 @@ li.class_li
|
|
|
<p class="default_text">This class represents a string and provides operations, like filling and searching.</p>
|
|
|
<h3 id="boxing_long">boxing.Long</h3>
|
|
|
<p class="default_text">This class represents the primitive datatype long and provides functionalities for arithmetic operations and string representation.</p>
|
|
|
+<h3 id="time_date">time.Date</h3>
|
|
|
+<p class="default_text">This class represents a date and provides functionalities for string representation, arithmetic operations and time comparison.</p>
|
|
|
+<h3 id="time_dateparameter">time.DateParameter</h3>
|
|
|
+<p class="default_text">This class holds information of a date processed by this library.</p>
|
|
|
+<h3 id="time_dateparametermapper">time.DateParameterMapper</h3>
|
|
|
+<p class="default_text">This class maps date information to either an internal POSIX clock or an internal Windows clock, which can then be processed for setting the system time.</p>
|
|
|
+<h3 id="time_jnidateparametermapper">time.JniDateParameterMapper</h3>
|
|
|
+<p class="default_text">This mapper is converting a date Java class to a date model class of this library.</p>
|
|
|
+<h3 id="time_systemtimeparameter">time.SystemTimeParameter</h3>
|
|
|
+<p class="default_text">This class holds information for setting the system time.</p>
|
|
|
+<h3 id="time_posixclock">time.PosixClock</h3>
|
|
|
+<p class="default_text">This is a POSIX based internal time.</p>
|
|
|
+<h3 id="time_systemtime">time.SystemTime</h3>
|
|
|
+<p class="default_text">This class represents the system time and can be set. This would require root privileges.</p>
|
|
|
+<h3 id="time_windowsclock">time.WindowsClock</h3>
|
|
|
+<p class="default_text">This is a Windows based internal time.</p>
|
|
|
<h3 id="encoding_base64">encoding.Base64</h3>
|
|
|
<p class="default_text">This class can encode and decode the Base64 format.</p>
|
|
|
<h3 id="event_event">event.Event</h3>
|