Uses of Class
de.powerstat.validation.containers.NTuple3
Packages that use NTuple3
-
Uses of NTuple3 in de.powerstat.validation.containers
Methods in de.powerstat.validation.containers that return NTuple3Modifier and TypeMethodDescriptionstatic <T1 extends Comparable<T1>,
T2 extends Comparable<T2>, T3 extends Comparable<T3>>
NTuple3<T1,T2, T3> NTuple3.of
(T1 obj1, T2 obj2, T3 obj3) NTuple3 factory.Methods in de.powerstat.validation.containers with parameters of type NTuple3