texsoft.java.util
Package
This Java packages provides a set of classes for date, time, string manipulation and some math methods.
The JavaDoc documentation of the packages can be found
here.
The current release provides
XsDate
,
XsTime
and
XsDateTime
to manage date and time, which offers many of the features of GregorianCalendar, but accessible in a easier way.
An usefull feature of these classes is that they implement the Comparable
interface.
XsStrUtil
is an abstract class with static methods for manipulating strings, like splitting and padding.
XsMath
is also an abstract class, with static methods for rounding numbers and some other math functions.
Last update 2003.10.30