Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DAttributedString.java1095 class AttributeEntry implements Map.Entry<Attribute,Object> { class in AttributedString.AttributedStringIterator
1100 AttributeEntry(Attribute key, Object value) { in AttributeEntry() method in AttributedString.AttributedStringIterator.AttributeEntry