Class ObjectCache<E>
- java.lang.Object
-
- org.eclipse.mat.parser.internal.snapshot.ObjectCache<E>
-
public abstract class ObjectCache<E> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ObjectCache(int maxSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
E
get(int objectId)
-
-
-
Method Detail
-
get
public E get(int objectId)
-
clear
public void clear()
-
-