private final class LazyTestsToRun.BlockingIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Class<?>>
| Modifier and Type | Field and Description |
|---|---|
private java.util.Iterator<java.lang.String> |
it |
| Modifier | Constructor and Description |
|---|---|
private |
BlockingIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Class<?> |
next() |
void |
remove() |
public boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Class<?>>public java.lang.Class<?> next()
next in interface java.util.Iterator<java.lang.Class<?>>public void remove()
remove in interface java.util.Iterator<java.lang.Class<?>>