lejos.nxt
Class VM.VMThreads
java.lang.Object
lejos.nxt.VM.VMThreads
- All Implemented Interfaces:
- Iterable<VM.VMThread>
- Enclosing class:
- VM
public final class VM.VMThreads
- extends Object
- implements Iterable<VM.VMThread>
Provide access to a series of internal thread records
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iterator
public Iterator<VM.VMThread> iterator()
- Specified by:
iterator
in interface Iterable<VM.VMThread>