Class Maps
java.lang.Object
org.mbari.vars.vampiresquid.sdk.r1.etc.jdk.Maps
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Maps
public Maps()
-
-
Method Details
-
of
Create a map from a list of key-value pairs. This is a convenience method to create a map from a list of arguments. The arguments must be in pairs. The first argument in the pair is the key, the second is the value. If the key or value is null, it is ignored.- Parameters:
args
-- Returns:
-
mapToQueryFragment
-