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

Method size

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

Returns the number of elements in this StringMap. Every occurrence of keys that appear multiple times is counted. @return The number of elements in this StringMap. @see #keys @implements Dictionary#size

()

Source from the content-addressed store, hash-verified

132 * @implements Dictionary#size
133 */
134 public int
135 size()
136 {
137 return keys.size();
138 }
139
140 /**
141 * Tests if there are any elements in this StringMap.

Callers 15

initMethod · 0.45
indexOfMethod · 0.45
appendMethod · 0.45
toStringMethod · 0.45
prepareHeadersMethod · 0.45
getMethod · 0.45
closeMethod · 0.45
runMethod · 0.45
toStringMethod · 0.45
readMethod · 0.45
printMethod · 0.45
copyToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected