Releases: KSE2/UtilClasses
Releases · KSE2/UtilClasses
UtilClasses 0.13.0
Java utilities of routines and structures to support my projects.
Changes in 0.13.0
All classes which can be expected to get serialised have been properly tagged with the
Serializable interface and serialVersionUID integer. A test is implemented to check
many of these classes.
Classes ArraySet, SortedArraySet, SortedArrayList have been extended and
optimised in their implementations. Tests for these classes have been extended
or invented in the first place. New class Serialiser aids to serialise and de-serialise
instances of Serialzable classes.
UtilClasses 0.12.0
Java utilities of routines and structures to support my projects