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

/libcore/ojluni/src/main/java/java/text/
H A DCharacterIteratorFieldDelegate.java33 * the <code>getIterator</code> method.
106 public AttributedCharacterIterator getIterator(String string) { method in class:CharacterIteratorFieldDelegate
120 get(counter)).getIterator();
122 return new AttributedString(iterators).getIterator();
H A DAttributedString.java547 public AttributedCharacterIterator getIterator() { method in class:AttributedString
548 return getIterator(null, 0, length());
562 public AttributedCharacterIterator getIterator(Attribute[] attributes) { method in class:AttributedString
563 return getIterator(attributes, 0, length());
582 public AttributedCharacterIterator getIterator(Attribute[] attributes, int beginIndex, int endIndex) { method in class:AttributedString
/libcore/ojluni/src/main/java/java/util/
H A DHashtable.java597 private <T> Iterator<T> getIterator(int type) { method in class:Hashtable
639 return getIterator(KEYS);
679 return getIterator(ENTRIES);
760 return getIterator(VALUES);

Completed in 66 milliseconds