final class DefaultPlexusBeans.Itr extends java.lang.Object implements java.util.Iterator<PlexusBean<T>>
PlexusBean
iterator backed by BeanEntry
s.Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<BeanEntry<com.google.inject.name.Named,T>> |
itr |
Constructor and Description |
---|
Itr() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
PlexusBean<T> |
next() |
void |
remove() |
public boolean hasNext()
hasNext
in interface java.util.Iterator<PlexusBean<T>>
public PlexusBean<T> next()
next
in interface java.util.Iterator<PlexusBean<T>>
public void remove()
remove
in interface java.util.Iterator<PlexusBean<T>>