Class OrderedMap.KeyValueSetIterator<KK,​VV>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Iterator<java.util.Map.Entry<KK,​VV>> entryIter  
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyValueSetIterator​(java.util.Iterator<java.util.Map.Entry<KK,​VV>> entryIter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      void remove()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • entryIter

        final java.util.Iterator<java.util.Map.Entry<KK,​VV>> entryIter
    • Constructor Detail

      • KeyValueSetIterator

        KeyValueSetIterator​(java.util.Iterator<java.util.Map.Entry<KK,​VV>> entryIter)
    • Method Detail

      • hasNext

        public final boolean hasNext()
        Returns:
        the next element
        See Also:
        Iterator.hasNext()
      • remove

        public final void remove()
        See Also:
        Iterator.remove()