lejos.nxt
Class VM.VMItems<E>
java.lang.Object
lejos.nxt.VM.VMItems<E>
- Type Parameters:
E
-
- All Implemented Interfaces:
- Iterable<E>
- Direct Known Subclasses:
- VM.VMClasses, VM.VMConstants, VM.VMElements, VM.VMExceptions, VM.VMFields, VM.VMMethods, VM.VMStackFrames, VM.VMStaticFields
- Enclosing class:
- VM
public abstract static class VM.VMItems<E>
- extends Object
- implements Iterable<E>
This class provides the ability to iterate through a series of in memory
structures and returns a Java accessible clone of the structure.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iterator
public Iterator<E> iterator()
- Specified by:
iterator
in interface Iterable<E>
get
public abstract E get(int entry)