org.eclipse.mat.parser.internal.snapshot
Class ObjectCache<E>

java.lang.Object
  extended by org.eclipse.mat.parser.internal.snapshot.ObjectCache<E>

public abstract class ObjectCache<E>
extends java.lang.Object


Constructor Summary
ObjectCache(int maxSize)
           
 
Method Summary
 void clear()
           
 E get(int objectId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectCache

public ObjectCache(int maxSize)
Method Detail

get

public E get(int objectId)

clear

public void clear()