Searched refs:superEntries (Results 1 – 1 of 1) sorted by relevance
62 private Map<String, Attributes> superEntries; field in URLJarFile154 if (superEntries != null) { in getManifest()156 for (String key : superEntries.keySet()) { in getManifest()157 Attributes at = superEntries.get(key); in getManifest()182 superEntries = superMan.getEntries(); in isSuperMan()266 Map<String, Attributes> e = URLJarFile.this.superEntries; in getAttributes()