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