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