Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.45
main
Method · 0.45
main
Method · 0.45
Cookie
Method · 0.45
extractFromSysProperty
Method · 0.45
findElement
Method · 0.45
ByTagName
Method · 0.45
cssEscape
Method · 0.45
createMessage
Method · 0.45
read
Method · 0.45
augment
Method · 0.45
addDependentAugmentations
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected