| java.lang.Object org.netbeans.lib.profiler.heap.LongMap
LongMap | class LongMap (Code) | | key - ID (long/int) of heap object
value 8+4+8 = 20 bytes
- offset (long/int) to dump file
- instance index (int) - unique number of this
Instance among all instances of the same Java Class
- ID (long/int) to nearest GC root, 0 for GC root or if is not computed yet
author: Tomas Hurka |
Inner Class :interface Data | |
Inner Class :class FileData implements Data | |
Inner Class :class MemoryMappedData implements Data | |
Constructor Summary | |
| LongMap(int size, int idSize, int foosetSize) |
Method Summary | |
protected void | finalize() | Entry | get(long key) | void | put(long key, long value) |
put | void put(long key, long value)(Code) | | |
|
|