Searched refs:m_attrMap (Results 1 – 1 of 1) sorted by relevance
55 for (Iterator a = m_attrMap.entrySet ().iterator (); a.hasNext (); ) in emit()84 return m_attrMap.isEmpty (); in isEmpty()90 m_attrMap.put (attr, value); in set()97 m_attrMap.put (attr, new Integer (value)); // TODO: use int factory here in set()105 m_attrMap = new HashMap (); in AttributeSetImpl()109 private final Map /* Attribute->String|Integer */ m_attrMap; // never null field in AttributeSet.AttributeSetImpl