Class CanonicalConstantMap<T>
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.internal.util.CanonicalConstantMap<T>
-
public class CanonicalConstantMap<T> extends java.lang.Object
A thread safe store of immutable objects. Only keeps one instance of equal objects.
-
-
Constructor Summary
Constructors Constructor Description CanonicalConstantMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
canonicalize(T object)
-