Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DCharacterIteratorFieldDelegate.java106 public AttributedCharacterIterator getIterator(String string) { in getIterator() method in CharacterIteratorFieldDelegate
DAttributedString.java559 public AttributedCharacterIterator getIterator() { in getIterator() method in AttributedString
574 public AttributedCharacterIterator getIterator(Attribute[] attributes) { in getIterator() method in AttributedString
594 …public AttributedCharacterIterator getIterator(Attribute[] attributes, int beginIndex, int endInde… in getIterator() method in AttributedString
/libcore/ojluni/src/main/java/java/util/
DHashtable.java607 private <T> Iterator<T> getIterator(int type) { in getIterator() method in Hashtable