Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ getCollectionManager
Method
getCollectionManager
src/bsh/CollectionManager.java:42–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
private
static
final
CollectionManager manager =
new
CollectionManager();
41
42
public
synchronized
static
CollectionManager getCollectionManager()
43
{
44
return
manager;
45
}
46
47
/**
48
*/
Callers
4
getValue
Method · 0.95
assign
Method · 0.95
doProperty
Method · 0.95
eval
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected