final class RankedBindings.Itr
extends java.lang.Object
implements java.util.Iterator<com.google.inject.Binding<T>>
Binding
iterator that only subscribes to BindingPublisher
s as required.Modifier and Type | Field and Description |
---|---|
private RankedSequence.Itr |
itr |
Constructor and Description |
---|
Itr() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
com.google.inject.Binding<T> |
next() |
int |
rank() |
void |
remove() |
private final RankedSequence.Itr itr
public boolean hasNext()
hasNext
in interface java.util.Iterator<com.google.inject.Binding<T>>
public com.google.inject.Binding<T> next()
next
in interface java.util.Iterator<com.google.inject.Binding<T>>
public int rank()
public void remove()
remove
in interface java.util.Iterator<com.google.inject.Binding<T>>