Class Maps

java.lang.Object
org.mbari.vars.vampiresquid.sdk.r1.etc.jdk.Maps

public class Maps extends Object
  • Constructor Details

    • Maps

      public Maps()
  • Method Details

    • of

      public static Map<String,Object> of(Object... args)
      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

      public static String mapToQueryFragment(Map<String,?> map)