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