Package de.unibi.techfak.misc

Interface Summary
Markable This interface should be implemented by objects, that can be marked.
 

Class Summary
GUIOutputStream This OutputStream is designed to reroute all output written to it to a JTextArea.
IOTools Tools for input and output operations and format conversions.
Marker This class is the implementation of the Markable interface.
MathTools Class for holding methods with mathmatical background, such as matrix operations, list sorting, and so on.
MultiplyOutputStream This OutputStream is designed to multiply the output data and send it to all registered output streams.
NilOutputStream This OutputStream is designed to absorb all output as if it would be send to /dev/null.
Queue A queue structure built through a LinkedList.