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

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DAttributeEntry.java48 public class AttributeEntry extends MethodEntry class in inherits:MethodEntry
50 protected AttributeEntry () method in class:AttributeEntry
55 protected AttributeEntry (AttributeEntry that) method in class:AttributeEntry
61 protected AttributeEntry (InterfaceEntry that, IDLID clone) method in class:AttributeEntry
68 return new AttributeEntry (this);
105 } // class AttributeEntry
/openjdk7/jdk/src/share/classes/java/text/
H A DAttributedString.java1069 Map.Entry entry = new AttributeEntry(key, value);
1082 class AttributeEntry implements Map.Entry { class in inherits:Map.Entry
1087 AttributeEntry(Attribute key, Object value) { method in class:AttributeEntry
1093 if (!(o instanceof AttributeEntry)) {
1096 AttributeEntry other = (AttributeEntry) o;

Completed in 40 milliseconds