Searched refs:instanceMap (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DAttributedCharacterIterator.java100 private static final Map instanceMap = new HashMap(7); field in class:AttributedCharacterIterator.Attribute
108 instanceMap.put(name, this);
153 Attribute instance = (Attribute) instanceMap.get(getName());
H A DDateFormat.java801 private static final Map instanceMap = new HashMap(18); field in class:DateFormat.Field
845 instanceMap.put(name, this);
879 Object instance = instanceMap.get(getName());
H A DNumberFormat.java1038 private static final Map instanceMap = new HashMap(11); field in class:NumberFormat.Field
1049 instanceMap.put(name, this);
1064 Object instance = instanceMap.get(getName());
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextAttribute.java260 private static final Map instanceMap = new HashMap(29); field in class:TextAttribute
270 instanceMap.put(name, this);
283 TextAttribute instance = (TextAttribute) instanceMap.get(getName());

Completed in 65 milliseconds