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>>>
Modifier and Type | Class and 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>
|
Modifier and Type | Field and Description |
---|---|
private java.lang.Iterable<BeanEntry<K,V>> |
delegate |
Constructor and Description |
---|
ProviderIterableAdapter(java.lang.Iterable<BeanEntry<K,V>> delegate) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<java.util.Map.Entry<K,javax.inject.Provider<V>>> |
iterator() |