Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ get
Method
get
engine/javax-src/javax/script/SimpleBindings.java:106–109 ·
view source on GitHub ↗
{@inheritDoc}
(Object key)
Source
from the content-addressed store, hash-verified
104
105
/** {@inheritDoc} */
106
public
Object get(Object key) {
107
checkKey(key);
108
return
map.get(key);
109
}
110
111
/** {@inheritDoc} */
112
public
boolean isEmpty() {
Callers
1
main
Method · 0.95
Calls
2
checkKey
Method · 0.95
get
Method · 0.65
Tested by
1
main
Method · 0.76