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.java559 public AttributedCharacterIterator getIterator() { method in class:AttributedString
560 return getIterator(null, 0, length());
574 public AttributedCharacterIterator getIterator(Attribute[] attributes) { method in class:AttributedString
575 return getIterator(attributes, 0, length());
594 public AttributedCharacterIterator getIterator(Attribute[] attributes, int beginIndex, int endIndex) { method in class:AttributedString
/libcore/ojluni/src/main/java/java/util/
H A DHashtable.java607 private <T> Iterator<T> getIterator(int type) { method in class:Hashtable
649 return getIterator(KEYS);
689 return getIterator(ENTRIES);
771 return getIterator(VALUES);

Completed in 61 milliseconds