public class ThreadGroupIterator
extends java.lang.Object
implements java.util.Iterator
Constructor and Description |
---|
ThreadGroupIterator(java.util.List tgl) |
ThreadGroupIterator(com.sun.jdi.ThreadGroupReference tg) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
com.sun.jdi.ThreadGroupReference |
nextThreadGroup() |
void |
remove() |
public ThreadGroupIterator(java.util.List tgl)
public ThreadGroupIterator(com.sun.jdi.ThreadGroupReference tg)
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public com.sun.jdi.ThreadGroupReference nextThreadGroup()
public void remove()
remove
in interface java.util.Iterator