MCPcopy
hub / github.com/SeleniumHQ/selenium / isEmpty

Method isEmpty

java/src/org/openqa/selenium/internal/Multimap.java:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 public boolean isEmpty() {
60 return map.isEmpty();
61 }
62
63 public Map<K, Collection<V>> asMap() {
64 return unmodifiableMap(map);

Callers 15

relative.jsFile · 0.45
mainMethod · 0.45
mainMethod · 0.45
CookieMethod · 0.45
findElementMethod · 0.45
ByTagNameMethod · 0.45
cssEscapeMethod · 0.45
createMessageMethod · 0.45
readMethod · 0.45
augmentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected