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.java1073 Map.Entry<Attribute, Object> entry = new AttributeEntry(key, value); in entrySet()
1086 class AttributeEntry implements Map.Entry<Attribute,Object> { class in AttributedString.AttributedStringIterator
1091 AttributeEntry(Attribute key, Object value) { in AttributeEntry() method in AttributedString.AttributedStringIterator.AttributeEntry
1097 if (!(o instanceof AttributeEntry other)) { in equals()