MCPcopy Create free account
hub / github.com/ReadyTalk/avian / packages

Method packages

classpath/java/lang/ClassLoader.java:40–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 private Map<String, Package> packages() {
41 if (packages == null) {
42 packages = new HashMap();
43 }
44 return packages;
45 }
46
47 protected Package getPackage(String name) {
48 synchronized (this) {

Callers 3

getPackageMethod · 0.95
getPackagesMethod · 0.95
definePackageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected