Uses of Class
com.identityworksllc.iiq.common.MapTupleBuilder
-
Packages that use MapTupleBuilder Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development -
-
Uses of MapTupleBuilder in com.identityworksllc.iiq.common
Methods in com.identityworksllc.iiq.common that return MapTupleBuilder Modifier and Type Method Description static MapTupleBuilder
MapTupleBuilder. withKeys(String... keys)
Constructs a new MapTupleBuilder with the keys in the list.static MapTupleBuilder
MapTupleBuilder. withKeys(List<String> keys)
Constructs a new MapTupleBuilder with the keys in the list.
-