Uses of Class
com.saperion.common.lang.encapsulation.Triple
-
Packages that use Triple Package Description com.saperion.common.lang.encapsulation -
-
Uses of Triple in com.saperion.common.lang.encapsulation
Methods in com.saperion.common.lang.encapsulation that return Triple Modifier and Type Method Description static <T1,T2,T3>
Triple<T1,T2,T3>Triple. newInstance(T1 first, T2 second, T3 third)
Convenience factory method for letting the compiler do the type inference.
-