org.eclipse.mat.parser.internal.snapshot
Class RetainedSizeCache

java.lang.Object
  extended by org.eclipse.mat.parser.internal.snapshot.RetainedSizeCache

public class RetainedSizeCache
extends java.lang.Object


Constructor Summary
RetainedSizeCache(XSnapshotInfo snapshotInfo)
           
 
Method Summary
 void close()
           
 long get(int key)
           
 void put(int key, long value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetainedSizeCache

public RetainedSizeCache(XSnapshotInfo snapshotInfo)
Method Detail

get

public long get(int key)

put

public void put(int key,
                long value)

close

public void close()