public class ContainerFilteringIterator<TContainer extends GenericClassContainer>
extends java.lang.Object
implements java.util.Iterator<TContainer>
Constructor and Description |
---|
ContainerFilteringIterator(GenericClassContainer[] containers,
java.lang.Class<TContainer> expectedType) |
Modifier and Type | Method and Description |
---|---|
protected GenericClassContainer[] |
getContainers() |
protected java.lang.Class<TContainer> |
getExpectedType() |
boolean |
hasNext() |
protected void |
moveToNext() |
TContainer |
next() |
void |
remove()
Not supported.
|
public ContainerFilteringIterator(GenericClassContainer[] containers, java.lang.Class<TContainer> expectedType)
public boolean hasNext()
hasNext
in interface java.util.Iterator<TContainer extends GenericClassContainer>
public TContainer next()
next
in interface java.util.Iterator<TContainer extends GenericClassContainer>
public void remove()
remove
in interface java.util.Iterator<TContainer extends GenericClassContainer>
protected void moveToNext()
protected java.lang.Class<TContainer> getExpectedType()
protected GenericClassContainer[] getContainers()