Uses of Class
net.automatalib.common.util.Triple
-
Packages that use Triple Package Description net.automatalib.common.util This package (including sub-packages) contains basic utility classes to ease everyday programming. -
-
Uses of Triple in net.automatalib.common.util
Methods in net.automatalib.common.util that return Triple Modifier and Type Method Description static <T1,T2,T3>
Triple<T1,T2,T3>Triple. of(T1 first, T2 second, T3 third)Convenience function for creating a triple, allowing the user to omit the type parameters.
-