Community
Participate
Working Groups
public ArrayList<String> getTypes(String packageName) {
// package name is expected to ends with '/'
if (this.packagesCache == null) {
this.initialize();
}
return this.packagesCache.get(packageName);