Class | Description |
---|---|
Cloner |
Utility to do deep cloning of an object.
|
FUN<F> |
In Java-8 it does not seem to be possible to construct a recursive function
through a lambda-expression.
|
Maybe<T> | |
Pair<T,U> | |
PP |
Simple library for pretty printing text.
|
Show |
A utility to show/print the content of an object to a string.
|
SomeObject | |
StringFormater |
Provides a bunch of methods to format a string.
|
Unit |
Enum | Description |
---|---|
MyEnum |
Just a simple enumeration for the purpose of generating instance of Enum.
|