Package org.eclipse.sisu.wire
Class ProviderIterableAdapter<K extends Annotation,V>
java.lang.Object
org.eclipse.sisu.wire.ProviderIterableAdapter<K,V>
final class ProviderIterableAdapter<K extends Annotation,V>
extends Object
implements Iterable<Map.Entry<K,javax.inject.Provider<V>>>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
private static final class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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 Details
-
delegate
-
-
Constructor Details
-
ProviderIterableAdapter
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceIterable<K extends Annotation>
-