org.aspectbench.tm.runtime.internal
Class WeakKeyCollectingIdentityHashMap

java.lang.Object
  extended by org.aspectbench.tm.runtime.internal.IdentityHashMap
      extended by org.aspectbench.tm.runtime.internal.WeakKeyCollectingIdentityHashMap
All Implemented Interfaces:
java.util.Map

public class WeakKeyCollectingIdentityHashMap
extends IdentityHashMap


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class org.aspectbench.tm.runtime.internal.IdentityHashMap
data, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, loadFactor, MAXIMUM_CAPACITY, modCount, size, threshold
 
Constructor Summary
WeakKeyCollectingIdentityHashMap()
           
WeakKeyCollectingIdentityHashMap(int initialCapacity)
           
WeakKeyCollectingIdentityHashMap(int initialCapacity, float loadFactor)
           
WeakKeyCollectingIdentityHashMap(int initialCapacity, float loadFactor, int threshold)
           
 
Method Summary
 
Methods inherited from class org.aspectbench.tm.runtime.internal.IdentityHashMap
calculateNewCapacity, calculateThreshold, checkCapacity, clear, containsKey, containsValue, entryIterator, entrySet, get, hashIndex, hashIndex, hashIndexFromCode, hashIndexFromCode, isEmpty, keyIterator, keySet, put, putAll, rebalance, remove, safeRemove, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

WeakKeyCollectingIdentityHashMap

public WeakKeyCollectingIdentityHashMap()

WeakKeyCollectingIdentityHashMap

public WeakKeyCollectingIdentityHashMap(int initialCapacity,
                                        float loadFactor,
                                        int threshold)

WeakKeyCollectingIdentityHashMap

public WeakKeyCollectingIdentityHashMap(int initialCapacity,
                                        float loadFactor)

WeakKeyCollectingIdentityHashMap

public WeakKeyCollectingIdentityHashMap(int initialCapacity)