Uses of Class
com.saperion.common.lang.encapsulation.Triple
Packages that use Triple
-
Uses of Triple in com.saperion.common.lang.encapsulation
Methods in com.saperion.common.lang.encapsulation that return TripleModifier and TypeMethodDescriptionstatic <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.