Class AbstractDualBidiMap.ValuesIterator<V>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean canRemove
      Whether remove is allowed at present
      protected V lastValue
      The last returned value
      protected AbstractDualBidiMap<java.lang.Object,​V> parent
      The parent map
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ValuesIterator​(java.util.Iterator<V> iterator, AbstractDualBidiMap<?,​V> parent)
      Constructs a new instance.