Searched defs:attrTypes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassSyntax.java297 protected Map<String, String> attrTypes = attrTypesInit; field in class:ClassSyntax
331 if (attrTypes == attrTypesInit) {
333 attrTypes = new HashMap<String, String>(attrTypesBacking);
340 attrTypes.put(attr, fmt);
346 attrTypes.putAll(at);
350 if (attrTypes == attrTypesInit) {
351 return attrTypes;
353 return Collections.unmodifiableMap(attrTypes);
359 attrTypes.keySet().retainAll(at.keySet());
360 attrTypes
[all...]

Completed in 247 milliseconds