Uses of Class
org.uberfire.commons.data.Triple
-
Packages that use Triple Package Description org.uberfire.commons.data -
-
Uses of Triple in org.uberfire.commons.data
Methods in org.uberfire.commons.data that return Triple Modifier and Type Method Description static <K1,K2,K3>
Triple<K1,K2,K3>Triple. newTriple(K1 k1, K2 k2, K3 k3)static factory method
-