Uses of Class
com.identityworksllc.iiq.common.Triple
-
Packages that use Triple Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development -
-
Uses of Triple in com.identityworksllc.iiq.common
Methods in com.identityworksllc.iiq.common that return Triple Modifier and Type Method Description static <X,Y,Z>
Triple<X,Y,Z>Triple. of(X first, Y second, Z third)
Constructs a new triple of the three items given
-