Home
last modified time | relevance | path

Searched refs:lazyOverflowIterator (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DSmallSortedMap.java536 private Iterator<Map.Entry<K, V>> lazyOverflowIterator; field in SmallSortedMap.EntryIterator
577 if (lazyOverflowIterator == null) { in getOverflowIterator()
578 lazyOverflowIterator = overflowEntries.entrySet().iterator(); in getOverflowIterator()
580 return lazyOverflowIterator; in getOverflowIterator()