Package org.eclipse.sisu.wire
Class ProviderIterableAdapter<K extends java.lang.annotation.Annotation,V>
- java.lang.Object
-
- org.eclipse.sisu.wire.ProviderIterableAdapter<K,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>>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
ProviderIterableAdapter.ProviderEntry<K extends java.lang.annotation.Annotation,V>
private static class
ProviderIterableAdapter.ProviderIterator<K extends java.lang.annotation.Annotation,V>
-
Constructor Summary
Constructors Constructor Description ProviderIterableAdapter(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()
-