MCPcopy Create free account
hub / github.com/adblockplus/adblockplusandroid / put

Method put

src/sunlabs/brazil/util/StringMap.java:336–340  ·  view source on GitHub ↗

Maps the key at the given index to the specified value in this StringMap. The index ranges from 0 to size() - 1 . @param index The index of the key. @return The value at the specified index. @throws IndexOutOfBoundsException if the index is out of the allowed range.

(int index, String value)

Source from the content-addressed store, hash-verified

334 * if the index is out of the allowed range.
335 */
336 public void
337 put(int index, String value)
338 {
339 values.setElementAt(value, index);
340 }
341
342 /**
343 * Maps the given case-insensitive key to the specified value in this

Callers 10

appendMethod · 0.95
getRequestMethod · 0.45
sendHeadersMethod · 0.45
respondMethod · 0.45
onCreateMethod · 0.45
configureUserProxyMethod · 0.45
addMethod · 0.45
addMethod · 0.45
NsStatusEnum · 0.45

Calls 1

indexOfMethod · 0.95

Tested by

no test coverage detected