Home
last modified time | relevance | path

Searched refs:superEntries (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DURLJarFile.java62 private Map<String, Attributes> superEntries; field in URLJarFile
154 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()