Searched refs:AscendingIterator (Results 1 – 1 of 1) sorted by relevance
139 ListIterator<K, V> iterator = new AscendingIterator<>(mStart, mEnd); in iterator()280 static class AscendingIterator<K, V> extends ListIterator<K, V> { class in SafeIterableMap281 AscendingIterator(Entry<K, V> start, Entry<K, V> expectedEnd) { in AscendingIterator() method in SafeIterableMap.AscendingIterator