Class ProviderIterableAdapter<K extends java.lang.annotation.Annotation,​V>

  • All Implemented Interfaces:
    java.lang.Iterable<java.util.Map.Entry<K,​javax.inject.Provider<V>>>

    final class ProviderIterableAdapter<K extends java.lang.annotation.Annotation,​V>
    extends java.lang.Object
    implements java.lang.Iterable<java.util.Map.Entry<K,​javax.inject.Provider<V>>>
    Iterable sequence of Provider entries backed by a sequence of BeanEntrys.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Iterable<BeanEntry<K,​V>> delegate  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<java.util.Map.Entry<K,​javax.inject.Provider<V>>> iterator()  
      • Methods inherited from class java.lang.Object

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

        forEach, spliterator
    • Field Detail

      • delegate

        private final java.lang.Iterable<BeanEntry<K extends java.lang.annotation.Annotation,​V>> delegate
    • Constructor Detail

      • ProviderIterableAdapter

        ProviderIterableAdapter​(java.lang.Iterable<BeanEntry<K,​V>> delegate)
    • Method Detail

      • iterator

        public java.util.Iterator<java.util.Map.Entry<K,​javax.inject.Provider<V>>> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<K extends java.lang.annotation.Annotation>