Java SortingMachine 1.0
A collection of static sorting methods in a Java class.Each method takes an unsorted array and returns a sorted copy of the array. All methods are overloaded to take arrays of type: byte, short, int, long, float and double. ...
Java Spatial Index (RTree) Library 1.0b8
The Java RTree project aims to maintain an Java version of the RTree spatial indexing algorithm. See http://jsi.sourceforge.net for more information, and http://github.com/aled/jsi for latest development code. ...