Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DAttributedString.java952 return new AttributeMap(currentRunIndex, beginIndex, endIndex); in getAttributes()
1046 private final class AttributeMap extends AbstractMap<Attribute,Object> { class
1052 AttributeMap(int runIndex, int beginIndex, int endIndex) { in AttributeMap() method in AttributedString.AttributedStringIterator.AttributeMap