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 MapTupleMapTupleBuilder. of(Object... values)Constructs aMapTuplepairing this builder’s keys with the given values, both in order.MapTupleMapTupleBuilder. ofList(List<Object> values)Constructs aMapTuplepairing this builder’s keys with the given values, both in order. 
 -