|
Change Variable Type segment : Segment<Object,Object> to segment : Segment<Object,Object,?,?> in method public testDrainValueReferenceQueueOnWrite() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<Object,Object>> to table : AtomicReferenceArray<? extends InternalEntry<Object,Object,?>> in method public testSegmentGetAndContains() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type entry : ReferenceEntry<K,V> to entry : E in method package drainKeyReferenceQueue(keyReferenceQueue ReferenceQueue<K>) : void in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testSegmentRemove() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<K,V>> to table : AtomicReferenceArray<? extends InternalEntry<K,V,?>> in method private countLiveEntries(map MapMakerInternalMap<K,V,?,?>) : int in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type segment : Segment<Object,Object> to segment : Segment<Object,Object,?,?> in method public testDrainKeyReferenceQueueOnRead() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type segment : Segment<Object,Object> to segment : Segment<Object,Object,?,?> in method public testSegmentGetAndContains() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type segment : Segment<K,V> to segment : Segment<K,V,E,S> in method public clear() : void in class com.google.common.collect.MapMakerInternalMap |
From |
To |
|
Change Variable Type next : ReferenceEntry<K,V> to next : E in method package expand() : void in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type first : ReferenceEntry<K,V> to first : E in method package remove(key Object, hash int, value Object) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type segment : Segment<Object,Object> to segment : Segment<Object,Object,?,?> in method public testSegmentRemove() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testDrainKeyReferenceQueueOnWrite() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<K,V>> to table : AtomicReferenceArray<E> in method public containsValue(value Object) : boolean in class com.google.common.collect.MapMakerInternalMap |
From |
To |
|
Change Variable Type segment : Segment<Object,Object> to segment : Segment<Object,Object,?,?> in method public testSegmentPut() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type entry : ReferenceEntry<Object,Object> to entry : InternalEntry<Object,Object,?> in method public testSegmentPut() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<K,V>> to table : AtomicReferenceArray<E> in method package containsValue(value Object) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type e : ReferenceEntry<K,V> to e : E in method package clearValueForTesting(key K, hash int, valueReference WeakValueReference<K,V,? extends InternalEntry<K,V,?>>) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testClear() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testDrainValueReferenceQueueOnWrite() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testDrainValueReferenceQueueOnRead() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testSegmentReplaceValue() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type next : ReferenceEntry<K,V> to next : E in method package removeFromChain(first E, entry E) : E in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type newFirst : ReferenceEntry<K,V> to newFirst : E in method package reclaimKey(entry E, hash int) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<Object,Object>> to table : AtomicReferenceArray<? extends InternalEntry<Object,Object,?>> in method public testClear() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type segment : Segment<Object,Object> to segment : Segment<Object,Object,?,?> in method public testRemoveFromChain() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<K,V>> to table : AtomicReferenceArray<E> in method package put(key K, hash int, value V, onlyIfAbsent boolean) : V in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<?,?> to map : MapMakerInternalMap<?,?,?,?> in method public run() : void in class com.google.common.collect.MapMakerInternalMap.CleanupMapTask |
From |
To |
|
Change Variable Type e : ReferenceEntry<K,V> to e : E in method package replace(key K, hash int, newValue V) : V in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type e : ReferenceEntry<K,V> to e : E in method package reclaimKey(entry E, hash int) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testSetWeakKeys() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type e : ReferenceEntry<K,V> to e : E in method package containsKey(key Object, hash int) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testSegmentReplace() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method private checkConcurrencyLevel(concurrencyLevel int, segmentCount int) : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type e : ReferenceEntry<K,V> to e : E in method package containsValue(value Object) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type newFirst : ReferenceEntry<K,V> to newFirst : E in method package remove(key Object, hash int, value Object) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testCopyEntry() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type newTable : AtomicReferenceArray<ReferenceEntry<K,V>> to newTable : AtomicReferenceArray<E> in method package expand() : void in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type entry : ReferenceEntry<Object,Object> to entry : InternalEntry<Object,Object,?> in method public testDrainKeyReferenceQueueOnRead() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type e : ReferenceEntry<K,V> to e : E in method package get(key Object, hash int) : V in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type newFirst : ReferenceEntry<K,V> to newFirst : E in method package reclaimValue(key K, hash int, valueReference WeakValueReference<K,V,E>) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method private checkMaximumSize(concurrencyLevel int, initialCapacity int, maxSize int) : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type e : ReferenceEntry<K,V> to e : InternalEntry<K,V,?> in method private countLiveEntries(map MapMakerInternalMap<K,V,?,?>) : int in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testDrainKeyReferenceQueueOnRead() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type entry : ReferenceEntry<Object,Object> to entry : WeakValueEntry<Object,Object,?> in method public testDrainValueReferenceQueueOnWrite() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type segments : Segment<K,V>[] to segments : Segment<K,V,E,S>[] in method public containsValue(value Object) : boolean in class com.google.common.collect.MapMakerInternalMap |
From |
To |
|
Change Variable Type first : ReferenceEntry<K,V> to first : E in method package reclaimValue(key K, hash int, valueReference WeakValueReference<K,V,E>) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type segment : Segment<K,V> to segment : Segment<K,V,?,?> in method private countLiveEntries(map MapMakerInternalMap<K,V,?,?>) : int in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type newNext : ReferenceEntry<K,V> to newNext : E in method package expand() : void in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type segment : Segment<?,?> to segment : Segment<?,?,?,?> in method public run() : void in class com.google.common.collect.MapMakerInternalMap.CleanupMapTask |
From |
To |
|
Change Variable Type newFirst : ReferenceEntry<K,V> to newFirst : E in method package expand() : void in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type newFirst : ReferenceEntry<K,V> to newFirst : E in method package removeFromChain(first E, entry E) : E in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testRemoveEntry() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<Object,Object>> to table : AtomicReferenceArray<? extends InternalEntry<Object,Object,?>> in method public testSegmentReplace() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type e : ReferenceEntry<K,V> to e : E in method package remove(key Object, hash int, value Object) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type e : ReferenceEntry<K,V> to e : E in method public containsValue(value Object) : boolean in class com.google.common.collect.MapMakerInternalMap |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<K,V>> to table : AtomicReferenceArray<E> in method package replace(key K, hash int, oldValue V, newValue V) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type newFirst : ReferenceEntry<K,V> to newFirst : E in method package clearValueForTesting(key K, hash int, valueReference WeakValueReference<K,V,? extends InternalEntry<K,V,?>>) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<K,V>> to table : AtomicReferenceArray<E> in method package clearValueForTesting(key K, hash int, valueReference WeakValueReference<K,V,? extends InternalEntry<K,V,?>>) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type segments : Segment<K,V>[] to segments : Segment<K,V,E,S>[] in method public size() : int in class com.google.common.collect.MapMakerInternalMap |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testSegmentPut() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type segments : Segment<K,V>[] to segments : Segment<K,V,E,S>[] in method public isEmpty() : boolean in class com.google.common.collect.MapMakerInternalMap |
From |
To |
|
Change Variable Type segment : Segment<Object,Object> to segment : Segment<Object,Object,?,?> in method public testSegmentPutIfAbsent() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testExpand_cleanup() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type first : ReferenceEntry<K,V> to first : E in method package remove(key Object, hash int) : V in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type segment : Segment<Object,Object> to segment : Segment<Object,Object,?,?> in method public testSegmentReplace() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<Object,Object>> to table : AtomicReferenceArray<? extends InternalEntry<Object,Object,?>> in method public testRemoveEntry() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type segment : Segment<K,V> to segment : Segment<K,V,E,S> in method public containsValue(value Object) : boolean in class com.google.common.collect.MapMakerInternalMap |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<K,V>> to table : AtomicReferenceArray<E> in method package reclaimValue(key K, hash int, valueReference WeakValueReference<K,V,E>) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type newFirst : ReferenceEntry<K,V> to newFirst : E in method package replace(key K, hash int, oldValue V, newValue V) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<Object,Object>> to table : AtomicReferenceArray<? extends InternalEntry<Object,Object,?>> in method public testSegmentRemoveValue() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type valueReference : ValueReference<Object,Object> to valueReference : WeakValueReference<Object,Object,?> in method public testDrainValueReferenceQueueOnWrite() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testSetKeyEquivalence() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testDefaults() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testSegmentPutIfAbsent() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testNewEntry() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<K,V>> to table : AtomicReferenceArray<E> in method package remove(key Object, hash int, value Object) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<K,V>> to table : AtomicReferenceArray<E> in method package replace(key K, hash int, newValue V) : V in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<K,V>> to table : AtomicReferenceArray<E> in method package remove(key Object, hash int) : V in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type valueReference : ValueReference<Object,Object> to valueReference : WeakValueReference<Object,Object,?> in method public testDrainValueReferenceQueueOnRead() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<Object,Object>> to table : AtomicReferenceArray<? extends InternalEntry<Object,Object,?>> in method public testClearValue() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type newFirst : ReferenceEntry<Object,Object> to newFirst : InternalEntry<Object,Object,?> in method public testRemoveFromChain() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type segment : Segment<Object,Object> to segment : Segment<Object,Object,?,?> in method public testDrainKeyReferenceQueueOnWrite() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type e : ReferenceEntry<K,V> to e : E in method package removeFromChain(first E, entry E) : E in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type segment : Segment<Object,Object> to segment : Segment<Object,Object,?,?> in method public testRemoveEntry() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type segment : Segment<Object,Object> to segment : Segment<Object,Object,?,?> in method public testSegmentReplaceValue() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type segment : Segment<Object,Object> to segment : Segment<Object,Object,?,?> in method public testClearValue() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<Object,Object>> to table : AtomicReferenceArray<? extends InternalEntry<Object,Object,?>> in method public testSegmentRemove() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type e : ReferenceEntry<K,V> to e : E in method package getEntry(key Object, hash int) : E in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type newFirst : ReferenceEntry<K,V> to newFirst : E in method package remove(key Object, hash int) : V in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type e : ReferenceEntry<K,V> to e : E in method package expand() : void in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<K,V>> to table : AtomicReferenceArray<E> in method package reclaimKey(entry E, hash int) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<K,V>> to table : AtomicReferenceArray<E> in method package getFirst(hash int) : E in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type segment : Segment<Object,Object> to segment : Segment<Object,Object,?,?> in method public testSegmentRemoveValue() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type e : ReferenceEntry<K,V> to e : E in method package remove(key Object, hash int) : V in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type e : ReferenceEntry<K,V> to e : E in method package put(key K, hash int, value V, onlyIfAbsent boolean) : V in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type entry : ReferenceEntry<Object,Object> to entry : InternalEntry<Object,Object,?> in method public testExpand() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type first : ReferenceEntry<K,V> to first : E in method package put(key K, hash int, value V, onlyIfAbsent boolean) : V in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type first : ReferenceEntry<K,V> to first : E in method package reclaimKey(entry E, hash int) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type oldTable : AtomicReferenceArray<ReferenceEntry<K,V>> to oldTable : AtomicReferenceArray<E> in method package expand() : void in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type valueReference : ValueReference<K,V> to valueReference : WeakValueReference<K,V,E> in method package drainValueReferenceQueue(valueReferenceQueue ReferenceQueue<V>) : void in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type entry : ReferenceEntry<E,Dummy> to entry : InternalEntry<E,Dummy,?> in method public intern(sample E) : E in class com.google.common.collect.Interners.WeakInterner |
From |
To |
|
Change Variable Type first : ReferenceEntry<K,V> to first : E in method package clearValueForTesting(key K, hash int, valueReference WeakValueReference<K,V,? extends InternalEntry<K,V,?>>) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type first : ReferenceEntry<K,V> to first : E in method package replace(key K, hash int, newValue V) : V in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type segment : Segment<Object,Object> to segment : Segment<Object,Object,?,?> in method public testExpand_cleanup() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testSegmentGetAndContains() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testSegmentPut_expand() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testRemoveFromChain() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testSegmentRemoveValue() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type tail : ReferenceEntry<K,V> to tail : E in method package expand() : void in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type entry : ReferenceEntry<Object,Object> to entry : InternalEntry<Object,Object,?> in method public testDrainKeyReferenceQueueOnWrite() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testSetWeakValues() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type first : ReferenceEntry<K,V> to first : E in method package replace(key K, hash int, oldValue V, newValue V) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testExpand() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type entry : ReferenceEntry<Object,Object> to entry : InternalEntry<Object,Object,?> in method public testSegmentPutIfAbsent() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type e : ReferenceEntry<K,V> to e : E in method package replace(key K, hash int, oldValue V, newValue V) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type segment : Segment<Object,Object> to segment : Segment<Object,Object,?,?> in method public testExpand() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<Object,Object>> to table : AtomicReferenceArray<? extends InternalEntry<Object,Object,?>> in method public testSegmentReplaceValue() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type e : ReferenceEntry<K,V> to e : E in method package reclaimValue(key K, hash int, valueReference WeakValueReference<K,V,E>) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type segment : Segment<Object,Object> to segment : Segment<Object,Object,?,?> in method public testDrainValueReferenceQueueOnRead() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type newFirst : ReferenceEntry<K,V> to newFirst : E in method package replace(key K, hash int, newValue V) : V in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type segment : Segment<Object,Object> to segment : Segment<Object,Object,?,?> in method public testClear() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type e : ReferenceEntry<K,V> to entry : E in method package isCollected(entry E) : boolean in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type entry : ReferenceEntry<K,V> to entry : E in method package reclaimValue(valueReference WeakValueReference<K,V,E>) : void in class com.google.common.collect.MapMakerInternalMap |
From |
To |
|
Change Variable Type table : AtomicReferenceArray<ReferenceEntry<K,V>> to table : AtomicReferenceArray<E> in method package clear() : void in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type segment : Segment<Object,Object> to segment : Segment<Object,Object,?,?> in method public testSegmentPut_expand() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type entry : ReferenceEntry<Object,Object> to entry : InternalEntry<Object,Object,?> in method public testExpand_cleanup() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type dummy : DummyEntry<Object,Object> to dummyEntry : InternalEntry<Object,Object,?> in method public testSegmentGetAndContains() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method private checkInitialCapacity(concurrencyLevel int, initialCapacity int, segmentSize int) : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type entry : ReferenceEntry<Object,Object> to entry : WeakValueEntry<Object,Object,?> in method public testDrainValueReferenceQueueOnRead() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |
|
Change Variable Type head : ReferenceEntry<K,V> to head : E in method package expand() : void in class com.google.common.collect.MapMakerInternalMap.Segment |
From |
To |
|
Change Variable Type map : MapMakerInternalMap<Object,Object> to map : MapMakerInternalMap<Object,Object,?,?> in method public testClearValue() : void in class com.google.common.collect.MapMakerInternalMapTest |
From |
To |