Uses of Class
com.identityworksllc.iiq.common.MapTuple
-
Packages that use MapTuple Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development -
-
Uses of MapTuple in com.identityworksllc.iiq.common
Methods in com.identityworksllc.iiq.common that return MapTuple Modifier and Type Method Description MapTuple
MapTupleBuilder. of(Object... values)
Constructs aMapTuple
pairing this builder’s keys with the given values, both in order.MapTuple
MapTupleBuilder. ofList(List<Object> values)
Constructs aMapTuple
pairing this builder’s keys with the given values, both in order.
-