Class SmallSortedMap.DescendingEntryIterator

java.lang.Object
com.google.protobuf.SmallSortedMap.DescendingEntryIterator
All Implemented Interfaces:
Iterator<Map.Entry<K,V>>
Enclosing class:
SmallSortedMap<K extends Comparable<K>,V>

private class SmallSortedMap.DescendingEntryIterator extends Object implements Iterator<Map.Entry<K,V>>
Reverse Iterator implementation that switches from the entry array to the overflow entries appropriately.
  • Field Details

  • Constructor Details

    • DescendingEntryIterator

      private DescendingEntryIterator()
  • Method Details