MCPcopy 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

getValueMethod · 0.95
assignMethod · 0.95
doPropertyMethod · 0.95
evalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected