private static final class ProviderIterableAdapter.ProviderIterator<K extends java.lang.annotation.Annotation,V>
extends java.lang.Object
implements java.util.Iterator<java.util.Map.Entry<K,javax.inject.Provider<V>>>
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<BeanEntry<K,V>> |
iterator |
Constructor and Description |
---|
ProviderIterator(java.lang.Iterable<BeanEntry<K,V>> iterable) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Map.Entry<K,javax.inject.Provider<V>> |
next() |
void |
remove() |