|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectbench.tm.runtime.internal.IdentityHashMap
org.aspectbench.tm.runtime.internal.WeakKeyCollectingIdentityHashMap
public class WeakKeyCollectingIdentityHashMap
| 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 |
|---|
public WeakKeyCollectingIdentityHashMap()
public WeakKeyCollectingIdentityHashMap(int initialCapacity,
float loadFactor,
int threshold)
public WeakKeyCollectingIdentityHashMap(int initialCapacity,
float loadFactor)
public WeakKeyCollectingIdentityHashMap(int initialCapacity)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||