Package de.cau.cs.kieler.core.util

General purpose utility classes in the style of java.util.

See:
          Description

Class Summary
ConcatenableList<E> Implementation of doubly linked list that permits concatenation of two lists.
ForkedOutputStream An output stream that can be used to send the same output to multiple output streams.
ForwardingInputStream An input stream that forwards all read data to an output stream.
KielerMath Mathematics utility class for the KIELER projects.
KielerMath.Point Data class to store two coordinate values.
KielerUtil Static class with utility methods.
Maybe<T> Object that may contain another object, inspired by the Haskell type Maybe.
Pair<F,S> A simple pair implementation.
Pair.FirstComparator<F extends Comparable<F>,S> Comparator that uses the first element as base.
Pair.SecondComparator<F,S extends Comparable<S>> Comparator that uses the second element as base.
 

Package de.cau.cs.kieler.core.util Description

General purpose utility classes in the style of java.util.