Searched refs:AttributeEntry (Results 1 – 1 of 1) sorted by relevance
1073 Map.Entry<Attribute, Object> entry = new AttributeEntry(key, value); in entrySet()1086 class AttributeEntry implements Map.Entry<Attribute,Object> { class in AttributedString.AttributedStringIterator1091 AttributeEntry(Attribute key, Object value) { in AttributeEntry() method in AttributedString.AttributedStringIterator.AttributeEntry1097 if (!(o instanceof AttributeEntry other)) { in equals()