final class LocatedBeans.Itr extends java.lang.Object implements java.util.Iterator<BeanEntry<Q,T>>
BeanEntry
iterator that creates new elements from Binding
s as required.Modifier and Type | Field and Description |
---|---|
private boolean |
checkImplicitBindings |
private RankedBindings.Itr |
itr |
private BeanEntry<Q,T> |
nextBean |
private java.util.Map<com.google.inject.Binding<T>,BeanEntry<Q,T>> |
readCache |
Constructor and Description |
---|
Itr() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
BeanEntry<Q,T> |
next() |
void |
remove() |
private final RankedBindings.Itr itr
private final java.util.Map<com.google.inject.Binding<T>,BeanEntry<Q extends java.lang.annotation.Annotation,T>> readCache
private boolean checkImplicitBindings