Copyright (c) 2009-2019 Black Rook Software. All rights reserved.
http://blackrooksoftware.com/projects.htm?name=common
https://github.com/BlackRookSoftware/Common
NONE
This library serves as a base set of code that all Black Rook projects use. It is mainly a data-structures and mathematics library.
Contained in this release is a series of classes that should be used for common math and data structures. The javadocs contain basic outlines of each package's contents.
To compile this library with Apache Ant, type:
ant compile
To make a JAR of this library, type:
ant jar
And it will be placed in the build/jar directory.
This program and the accompanying materials are made available under the terms of the GNU Lesser Public License v2.1 which accompanies this distribution, and is available at http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
A copy of the LGPL should have been included in this release (LICENSE.txt). If it was not, please contact us for a copy, or to notify us of a distribution that has not included it.