Home
last modified time | relevance | path

Searched refs:AttributeEntry (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
DAttributedString.java1082 Map.Entry<Attribute, Object> entry = new AttributeEntry(key, value); in entrySet()
1095 class AttributeEntry implements Map.Entry<Attribute,Object> { class in AttributedString.AttributedStringIterator
1100 AttributeEntry(Attribute key, Object value) { in AttributeEntry() method in AttributedString.AttributedStringIterator.AttributeEntry
1106 if (!(o instanceof AttributeEntry)) { in equals()
1109 AttributeEntry other = (AttributeEntry) o; in equals()