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