MCPcopy
hub / github.com/koush/AndroidAsync / put

Method put

AndroidAsync/src/com/koushikdutta/async/http/Multimap.java:63–67  ·  view source on GitHub ↗
(String name, String value)

Source from the content-addressed store, hash-verified

61 }
62
63 public void put(String name, String value) {
64 List<String> ret = newList();
65 ret.add(value);
66 put(name, ret);
67 }
68
69 public Multimap(List<NameValuePair> pairs) {
70 for (NameValuePair pair: pairs)

Callers 15

ensureMethod · 0.95
testPostJsonObjectMethod · 0.45
onRequestMethod · 0.45
testJSONObjectMethod · 0.45
concatLengthPrefixedMethod · 0.45
addMethod · 0.45
addFirstMethod · 0.45
deepCopyMethod · 0.45
writeAllMethod · 0.45
getTapMethod · 0.45

Calls 2

newListMethod · 0.95
addMethod · 0.65

Tested by 5

testPostJsonObjectMethod · 0.36
onRequestMethod · 0.36
testJSONObjectMethod · 0.36
concatLengthPrefixedMethod · 0.36