public class Queries
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
-
-
-
query
public static <V1,
V2,
V3,
V4> Map<String,String> query(String key1,
@Nullable
V1 value1,
String key2,
@Nullable
V2 value2,
String key3,
@Nullable
V3 value3,
String key4,
@Nullable
V4 value4)