Class AbstractDualBidiMap.EntrySetIterator<K,​V>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean canRemove
      Whether remove is allowed at present
      protected java.util.Map.Entry<K,​V> last
      The last returned entry
      protected AbstractDualBidiMap<K,​V> parent
      The parent map
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected EntrySetIterator​(java.util.Iterator<java.util.Map.Entry<K,​V>> iterator, AbstractDualBidiMap<K,​V> parent)
      Constructor.