Package org.eclipse.sisu.wire
Class ProviderIterableAdapter.ProviderIterator<K extends java.lang.annotation.Annotation,V>
- java.lang.Object
-
- org.eclipse.sisu.wire.ProviderIterableAdapter.ProviderIterator<K,V>
-
- All Implemented Interfaces:
java.util.Iterator<java.util.Map.Entry<K,javax.inject.Provider<V>>>
- Enclosing class:
- ProviderIterableAdapter<K extends java.lang.annotation.Annotation,V>
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>>>
-
-
Constructor Summary
Constructors Constructor Description ProviderIterator(java.lang.Iterable<BeanEntry<K,V>> iterable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
java.util.Map.Entry<K,javax.inject.Provider<V>>
next()
void
remove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<K extends java.lang.annotation.Annotation>
-
next
public java.util.Map.Entry<K,javax.inject.Provider<V>> next()
- Specified by:
next
in interfacejava.util.Iterator<K extends java.lang.annotation.Annotation>
-
remove
public void remove()
- Specified by:
remove
in interfacejava.util.Iterator<K extends java.lang.annotation.Annotation>
-
-