Class ImmutableMultimap.Itr<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) K key  
      (package private) java.util.Iterator<java.util.Map.Entry<K,​java.util.Collection<V>>> mapIterator  
      (package private) java.util.Iterator<V> valueIterator  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Itr()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      T next()  
      (package private) abstract T output​(K key, V value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Field Detail

      • mapIterator

        final java.util.Iterator<java.util.Map.Entry<K,​java.util.Collection<V>>> mapIterator
      • key

        K key
      • valueIterator

        java.util.Iterator<V> valueIterator
    • Constructor Detail

      • Itr

        private Itr()
    • Method Detail

      • output

        abstract T output​(K key,
                          V value)
      • hasNext

        public boolean hasNext()
      • next

        public T next()