Class InvertibleComposite<B,I>

java.lang.Object
org.refcodes.numerical.InvertibleComposite<B,I>
Type Parameters:
B - The type of the bijective function's result (being the inverse function's input type).
I - The type of the inverse function's result (being the bijective function's input type).
All Implemented Interfaces:
BijectiveFunction<B,I>, InverseFunction<I,B>, Invertible<B,I>

public class InvertibleComposite<B,I> extends Object implements Invertible<B,I>
The InvertibleComposite implements the Invertible and is composed of a BijectiveFunction and the according InverseFunction.