public class InstructionList extends java.util.ArrayList<Instruction>
| Modifier and Type | Class and Description |
|---|---|
class |
InstructionList.InstructionListIterator |
| Constructor and Description |
|---|
InstructionList() |
| Modifier and Type | Method and Description |
|---|---|
InstructionList.InstructionListIterator |
iterator() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic InstructionList.InstructionListIterator iterator()
iterator in interface java.lang.Iterable<Instruction>iterator in interface java.util.Collection<Instruction>iterator in interface java.util.List<Instruction>iterator in class java.util.ArrayList<Instruction>