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

/openjdk7/jdk/src/share/classes/sun/font/
H A DAttributeMap.java57 public final class AttributeMap extends AbstractMap<TextAttribute, Object> { class in inherits:AbstractMap
61 public AttributeMap(AttributeValues values) { method in class:AttributeMap
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DAttributeMap.java30 * AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the
43 * @version $Id: AttributeMap.java,v 1.7 2010-11-01 04:39:37 joehw Exp $
45 public class AttributeMap extends NamedNodeMapImpl { class in inherits:NamedNodeMapImpl
55 protected AttributeMap(ElementImpl ownerNode, NamedNodeMapImpl defaults) { method in class:AttributeMap
480 AttributeMap newmap =
481 new AttributeMap((ElementImpl) ownerNode, null);
485 } // cloneMap():AttributeMap
511 } // cloneContent():AttributeMap
517 void moveSpecifiedAttributes(AttributeMap srcmap) {
531 } // moveSpecifiedAttributes(AttributeMap)
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DAttributedString.java946 // returning Hashtable saves AttributeMap from dealing with emptiness
949 return new AttributeMap(currentRunIndex, beginIndex, endIndex);
1043 final private class AttributeMap extends AbstractMap<Attribute,Object> { class in class:AttributedString
1049 AttributeMap(int runIndex, int beginIndex, int endIndex) { method in class:AttributedString.AttributeMap

Completed in 34 milliseconds