class HotSpotVMConfig.Flags extends Object implements Iterable<HotSpotVMConfig.Flags.Flag>
| Modifier and Type | Class and Description | 
|---|---|
(package private) class  | 
HotSpotVMConfig.Flags.Flag  | 
| Modifier and Type | Field and Description | 
|---|---|
private long | 
address  | 
private long | 
addrOffset  | 
private long | 
entrySize  | 
private long | 
nameOffset  | 
private long | 
typeOffset  | 
| Constructor and Description | 
|---|
Flags(HashMap<String,HotSpotVMConfig.VMFields.Field> vmStructs,
     HashMap<String,HotSpotVMConfig.VMTypes.Type> vmTypes)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterator<HotSpotVMConfig.Flags.Flag> | 
iterator()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprivate long address
private long entrySize
private long typeOffset
private long nameOffset
private long addrOffset
public Flags(HashMap<String,HotSpotVMConfig.VMFields.Field> vmStructs, HashMap<String,HotSpotVMConfig.VMTypes.Type> vmTypes)
public Iterator<HotSpotVMConfig.Flags.Flag> iterator()
iterator in interface Iterable<HotSpotVMConfig.Flags.Flag>