Skip navigation links

Package de.thaw.comb

The main Combiner package.

See: Description

Package de.thaw.comb Description

The main Combiner package. comb is simply an abbreviation of combiner (at this point anyway).

The Combiner class is the main class for this package.

Note that many public methods in this package use assert to check their parameters, resulting in AssertionErrors instead of RuntimeExceptions being thrown. This is considered a bug which needs to be fixed in a later version of this package. Also note that these checks are not usually documented.

Also note that many parts of this package have not yet been optimised for speed and memory use. While most parts should be reasonably efficient even now, it's not difficult to find issues, e. g. excessive creation of Vector objects and their garbage collection.

further documentation is forthcoming

Skip navigation links