static final class PhysicalRegisterSet.PhysicalRegisterEnumeration extends Object implements Enumeration<Register>
Constructor and Description |
---|
PhysicalRegisterEnumeration(Register[] r) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
Register |
nextElement() |
PhysicalRegisterEnumeration(Register[] r)
public Register nextElement()
nextElement
in interface Enumeration<Register>
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<Register>