final class PhysicalRegisterSet.PhysicalRegisterEnumeration extends Object implements Enumeration<Register>
| Constructor and Description |
|---|
PhysicalRegisterEnumeration(int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
Register |
nextElement() |
PhysicalRegisterEnumeration(int start, int end)
public Register nextElement()
nextElement in interface Enumeration<Register>public boolean hasMoreElements()
hasMoreElements in interface Enumeration<Register>