Uses of Interface
org.refcodes.numerical.BijectiveFunction
-
Uses of BijectiveFunction in org.refcodes.numerical
Subinterfaces of BijectiveFunction in org.refcodes.numericalModifier and TypeInterfaceDescriptioninterfaceInvertible<B,I> AInvertibleprovides methods to apply a bijective function on a value as well as an inverse function (on the bijective function's return vale).Classes in org.refcodes.numerical that implement BijectiveFunctionModifier and TypeClassDescriptionclassInvertibleComposite<B,I> TheInvertibleCompositeimplements theInvertibleand is composed of aBijectiveFunctionand the accordingInverseFunction.Constructors in org.refcodes.numerical with parameters of type BijectiveFunctionModifierConstructorDescriptionInvertibleComposite(BijectiveFunction<B, I> aBijectiveFunction, InverseFunction<I, B> aInverseFunction) Constructs theInvertibleCompositefrom the providedBijectiveFunctionand the accordingInverseFunction.