| java.util.WeakHashMap com.tc.object.util.IdentityWeakHashMap
IdentityWeakHashMap | public class IdentityWeakHashMap extends WeakHashMap (Code) | | This class extends WeakHashMap but uses reference identity semantics. A key thing is that this
class relies on extending the instrumented version of WeakHashMap supplied by Terracotta in the
boot jar. When this class is initialized, a test will be run to verify that the WeakHashMap
that is loaded is indeed the instrumented version and if it is not, an AssertionError will be
thrown indicating the reason.
|
IdentityWeakHashMap | public IdentityWeakHashMap(int initialCapacity, float loadFactor)(Code) | | |
IdentityWeakHashMap | public IdentityWeakHashMap(int initialCapacity)(Code) | | |
IdentityWeakHashMap | public IdentityWeakHashMap()(Code) | | |
IdentityWeakHashMap | public IdentityWeakHashMap(Map m)(Code) | | |
|
|