Searched refs:AttributedStringIterator (Results 1 – 1 of 1) sorted by relevance
595 return new AttributedStringIterator(attributes, beginIndex, endIndex); in getIterator()742 final private class AttributedStringIterator implements AttributedCharacterIterator { class in AttributedString765 AttributedStringIterator(Attribute[] attributes, int beginIndex, int endIndex) { in AttributedStringIterator() method in AttributedString.AttributedStringIterator786 if (!(obj instanceof AttributedStringIterator)) { in equals()790 AttributedStringIterator that = (AttributedStringIterator) obj; in equals()805 AttributedStringIterator other = (AttributedStringIterator) super.clone(); in clone()