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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java390 public Attribute getAttribute(Layout attrDef) { argument
393 if (a.layout() == attrDef)
403 public Attribute removeAttribute(Layout attrDef) { argument
404 return removeAttribute(getAttribute(attrDef));

Completed in 37 milliseconds