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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DClassReader.java54 Map<Attribute.Layout, Attribute> attrDefs; field in class:ClassReader
81 public void setAttrDefs(Map<Attribute.Layout, Attribute> attrDefs) { argument
82 this.attrDefs = attrDefs;
368 Attribute a = Attribute.lookup(Package.attrDefs, ctype, name);
372 a = Attribute.lookup(this.attrDefs, ctype, name);
H A DPackerImpl.java183 final Map<Attribute.Layout, Attribute> attrDefs; field in class:PackerImpl.DoPack
222 this.attrDefs = (lattrDefs.isEmpty()) ? null : lattrDefs;
507 reader.setAttrDefs(attrDefs);
H A DPackage.java113 public static final Map<Attribute.Layout, Attribute> attrDefs; field in class:Package
122 attrDefs = Collections.unmodifiableMap(ad);
H A DBandStructure.java1698 // Mapping from Attribute.Layout to Integer (inverse of attrDefs)
1702 protected List<List<Attribute.Layout>> attrDefs = field in class:BandStructure
1708 attrDefs.set(i, new ArrayList<Attribute.Layout>(Collections.nCopies(
1872 List<Attribute.Layout> defList = attrDefs.get(i);
1902 Attribute.Layout def = attrDefs.get(ctype).get(ai);
1916 return (attrDefs.get(ctype).get(ai) != null);
2056 List<Attribute.Layout> defList = attrDefs.get(ctype);
2091 for (int i = 0; i < attrDefs.get(ctype).size(); i++) {
2092 Attribute.Layout def = attrDefs.get(ctype).get(i);
2217 List<Attribute.Layout> defList = attrDefs
[all...]

Completed in 49 milliseconds