Lines Matching defs:entries
53 // manifest entries
54 private Map entries = new HashMap();
79 entries.putAll(man.getEntries());
91 * Returns a Map of the entries contained in this Manifest. Each entry
97 * @return a Map of the entries contained in this Manifest
100 return entries;
130 * Clears the main Attributes as well as the entries in this Manifest.
134 entries.clear();
151 Iterator it = entries.entrySet().iterator();
188 * manifest entries.
200 // Total number of entries, attributes read
204 // Now parse the manifest entries
249 entries.put(name, attr);
283 * the same main Attributes and entries.
287 * the same main Attributes and entries
293 entries.equals(m.getEntries());
303 return attr.hashCode() + entries.hashCode();