Searched defs:PrivateEntryIterator (Results 1 – 1 of 1) sorted by relevance
1192 abstract class PrivateEntryIterator<T> implements Iterator<T> { class in TreeMap1197 PrivateEntryIterator(TreeMapEntry<K,V> first) { in PrivateEntryIterator() method in TreeMap.PrivateEntryIterator