Package de.unkrig.commons.util

This package contains interfaces and utility classes around the "producer / consumer", "predicate" and "transformer" patterns.

See:
          Description

Interface Summary
TreeComparator.Node<N extends TreeComparator.Node<N>> The superinterface for leaf nodes and non-leaf nodes.
 

Class Summary
ArrayUtil Various array-related utility methods.
Base64 A BASE64 encoder and a decoder.
PropertiesUtil Represents singular or periodic time events.
ThreadBenchmark Measures real time, cpu time and user time for the current thread.
TimeTable Represents singular or periodic time events.
TreeComparator<N extends TreeComparator.Node<N>,EX extends Exception> Recursively compares two trees of nodes.
WyeConsumer<T,EX extends Exception> Collects the subjects produced by several producers and forwards them to one consumer in the right order.
 

Package de.unkrig.commons.util Description

This package contains interfaces and utility classes around the "producer / consumer", "predicate" and "transformer" patterns.