lejos.nxt
Class VM.VMElements

java.lang.Object
  extended by lejos.nxt.VM.VMItems<VM.VMValue>
      extended by lejos.nxt.VM.VMElements
All Implemented Interfaces:
Iterable<VM.VMValue>
Enclosing class:
VM

public static final class VM.VMElements
extends VM.VMItems<VM.VMValue>


Method Summary
 VM.VMValue get(int item)
           
 int length()
           
 
Methods inherited from class lejos.nxt.VM.VMItems
iterator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public VM.VMValue get(int item)
Specified by:
get in class VM.VMItems<VM.VMValue>

length

public int length()