MCPcopy Index your code
hub / github.com/adblockplus/adblockplusandroid / add

Method add

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

Maps the given case-insensitive key to the specified value in this StringMap. The new mapping is added to this StringMap even if the given key already has a mapping. In this way it is possible to create a key that maps to two or more values. Since the same key may appear multiple times in t

(String key, String value)

Source from the content-addressed store, hash-verified

437 * @see #keys
438 */
439 public void
440 add(String key, String value)
441 {
442 keys.addElement(key);
443 values.addElement(value);
444 }
445
446 /**
447 * Removes the given case-insensitive key and its corresponding value

Callers 2

appendMethod · 0.95
addHeaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected