Class SmallSortedMap.EntryIterator

java.lang.Object
com.google.protobuf.SmallSortedMap.EntryIterator
All Implemented Interfaces:
Iterator<Map.Entry<K,Object>>
Enclosing class:
SmallSortedMap<K extends FieldSet.FieldDescriptorLite<K>>

private class SmallSortedMap.EntryIterator extends Object implements Iterator<Map.Entry<K,Object>>
Iterator implementation that switches from the entry array to the overflow entries appropriately.