class HotSpotVMConfig.VMIntConstants extends Object implements Iterable<HotSpotVMConfig.VMIntConstants.Constant>
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
HotSpotVMConfig.VMIntConstants.Constant |
| Modifier and Type | Field and Description |
|---|---|
private long |
address |
| Constructor and Description |
|---|
VMIntConstants(long address) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<HotSpotVMConfig.VMIntConstants.Constant> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprivate long address
public VMIntConstants(long address)
public Iterator<HotSpotVMConfig.VMIntConstants.Constant> iterator()
iterator in interface Iterable<HotSpotVMConfig.VMIntConstants.Constant>