JaXLib News
Status: Beta
Brought to you by:
joerg_wassmer
JaXLib release 0.6.4
JaXLib is a platform independent free open source Java library.
It provides efficient in-memory datastructures for objects and primitive types,
I/O streams and a bunch of related utilities. Many tools for every day tasks
like file system access, event handling and string manipulation are also bundled.
In this release all deprecated methods have been removed.
The constructor signatures of data structures have been changed from e.g.
"ArrayXList(Iterable<E> src)" to "ArrayXList(Iterable<? super E> src)".
Regards,
j.