|
Change Parameter Type insertionOrder : List<Map.Entry<K,V>> to insertionOrder : List<Entry<K,V>> in method public order(insertionOrder List<Entry<K,V>>) : Iterable<Entry<K,V>> in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.ReserializedMultimapGenerator |
From |
To |
|
Change Parameter Type entry : Map.Entry<? extends K,? extends V> to entry : Entry<? extends K,? extends V> in method public put(entry Entry<? extends K,? extends V>) : Builder<K,V> in class com.google.common.collect.ImmutableBiMap.Builder |
From |
To |
|
Change Parameter Type insertionOrder : List<Map.Entry<K,V>> to insertionOrder : List<Entry<K,V>> in method public order(insertionOrder List<Entry<K,V>>) : Iterable<Entry<K,V>> in class com.google.common.collect.testing.DerivedCollectionGenerators.MapEntrySetGenerator |
From |
To |
|
Change Parameter Type parentBuilder : FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Map.Entry<K,V>>> to parentBuilder : FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Entry<K,V>>> in method package computeMultimapAsMapGetTestSuite(parentBuilder FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Entry<K,V>>>) : TestSuite in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder |
From |
To |
|
Change Parameter Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method private putIfAbsent(entry Entry<K,V>) : V in class com.google.common.collect.testing.testers.ConcurrentMapPutIfAbsentTester |
From |
To |
|
Change Parameter Type parentBuilder : FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<SetMultimap<K,V>,Map.Entry<K,V>>> to parentBuilder : FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<SetMultimap<K,V>,Entry<K,V>>> in method package computeEntriesTestSuite(parentBuilder FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<SetMultimap<K,V>,Entry<K,V>>>) : TestSuite in class com.google.common.collect.testing.google.SetMultimapTestSuiteBuilder |
From |
To |
|
Change Parameter Type parentBuilder : FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Map.Entry<K,V>>> to parentBuilder : FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Entry<K,V>>> in method package computeMultimapGetTestSuite(parentBuilder FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Entry<K,V>>>) : TestSuite in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder |
From |
To |
|
Change Parameter Type entryWithNull : Map.Entry<K,V> to entryWithNull : Entry<K,V> in method private runEntryWithNullTest(entryWithNull Entry<K,V>) : void in class com.google.common.collect.testing.testers.MapHashCodeTester |
From |
To |
|
Change Parameter Type delegate : Set<Map.Entry<K,Collection<V>>> to delegate : Set<Entry<K,Collection<V>>> in method package SynchronizedAsMapEntries(delegate Set<Entry<K,Collection<V>>>, mutex Object) in class com.google.common.collect.Synchronized.SynchronizedAsMapEntries |
From |
To |
|
Change Parameter Type parentBuilder : FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Map.Entry<K,V>>> to parentBuilder : FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Entry<K,V>>> in method package computeEntriesTestSuite(parentBuilder FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Entry<K,V>>>) : TestSuite in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder |
From |
To |
|
Change Parameter Type mapGenerator : OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>> to mapGenerator : OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>> in method public MapValueCollectionGenerator(mapGenerator OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>>) in class com.google.common.collect.testing.DerivedCollectionGenerators.MapValueCollectionGenerator |
From |
To |
|
Change Parameter Type insertionOrder : List<Map.Entry<K,V>> to insertionOrder : List<Entry<K,V>> in method public order(insertionOrder List<Entry<K,V>>) : Iterable<Entry<K,V>> in class com.google.common.collect.testing.MapTestSuiteBuilder.ReserializedMapGenerator |
From |
To |
|
Change Parameter Type parentBuilder : FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Map.Entry<K,V>>> to parentBuilder : FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Entry<K,V>>> in method protected createDerivedSuites(parentBuilder FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Entry<K,V>>>) : List<TestSuite> in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder |
From |
To |
|
Change Parameter Type insertionOrder : List<Map.Entry<K,V>> to insertionOrder : List<Entry<K,V>> in method public order(insertionOrder List<Entry<K,V>>) : Iterable<Entry<K,V>> in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.MapGenerator |
From |
To |
|
Change Parameter Type entrySetGenerator : TestSetGenerator<Map.Entry<K,V>> to entrySetGenerator : TestSetGenerator<Entry<K,V>> in method protected createDerivedEntrySetSuite(entrySetGenerator TestSetGenerator<Entry<K,V>>) : SetTestSuiteBuilder<Entry<K,V>> in class com.google.common.collect.testing.MapTestSuiteBuilder |
From |
To |
|
Change Parameter Type mapGenerator : OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>> to mapGenerator : OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>> in method public ReserializedMapGenerator(mapGenerator OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>>) in class com.google.common.collect.testing.MapTestSuiteBuilder.ReserializedMapGenerator |
From |
To |
|
Change Parameter Type insertionOrder : List<Map.Entry<K,V>> to insertionOrder : List<Entry<K,V>> in method public order(insertionOrder List<Entry<K,V>>) : List<Entry<K,V>> in class com.google.common.collect.testing.TestMapEntrySetGenerator |
From |
To |
|
Change Parameter Type mapGenerator : OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>> to mapGenerator : OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>> in method public MapEntrySetGenerator(mapGenerator OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>>) in class com.google.common.collect.testing.DerivedCollectionGenerators.MapEntrySetGenerator |
From |
To |
|
Change Parameter Type parentBuilder : FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>>> to parentBuilder : FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>>> in method protected createDerivedSuites(parentBuilder FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>>>) : List<TestSuite> in class com.google.common.collect.testing.MapTestSuiteBuilder |
From |
To |
|
Change Parameter Type multimapGenerator : OneSizeTestContainerGenerator<M,Map.Entry<K,V>> to multimapGenerator : OneSizeTestContainerGenerator<M,Entry<K,V>> in method public MultimapAsMapGetGenerator(multimapGenerator OneSizeTestContainerGenerator<M,Entry<K,V>>) in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.MultimapAsMapGetGenerator |
From |
To |
|
Change Parameter Type entry : Map.Entry<Cut<K>,RangeMapEntry<K,V>> to entry : Entry<Cut<K>,RangeMapEntry<K,V>> in method private coalesce(range Range<K>, value V, entry Entry<Cut<K>,RangeMapEntry<K,V>>) : Range<K> in class com.google.common.collect.TreeRangeMap |
From |
To |
|
Change Parameter Type mapGenerator : OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>> to mapGenerator : OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>> in method package keySetGenerator(mapGenerator OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>>) : TestSetGenerator<K> in class com.google.common.collect.testing.DerivedCollectionGenerators |
From |
To |
|
Change Parameter Type multimapGenerator : OneSizeTestContainerGenerator<M,Map.Entry<K,V>> to multimapGenerator : OneSizeTestContainerGenerator<M,Entry<K,V>> in method public MultimapGetGenerator(multimapGenerator OneSizeTestContainerGenerator<M,Entry<K,V>>) in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.MultimapGetGenerator |
From |
To |
|
Change Parameter Type entries : Map.Entry<String,String>[] to entries : Entry<String,String>[] in method protected create(entries Entry<String,String>[]) : Map<String,String> in class com.google.common.collect.testing.MapTestSuiteBuilderTests.WrappedHashMapGenerator |
From |
To |
|
Change Parameter Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method private reverse(entry Entry<K,V>) : Entry<V,K> in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.InverseBiMapGenerator |
From |
To |
|
Change Parameter Type parentBuilder : FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Map.Entry<K,V>>> to parentBuilder : FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Entry<K,V>>> in method package computeValuesTestSuite(parentBuilder FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Entry<K,V>>>) : TestSuite in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder |
From |
To |
|
Change Parameter Type e : Map.Entry<?,?> to e : Entry<?,?> in method private hash(e Entry<?,?>) : int in class com.google.common.collect.testing.testers.MapHashCodeTester |
From |
To |
|
Change Parameter Type ignored : Map.Entry<K,Timestamped<V>> to ignored : Entry<K,Timestamped<V>> in method protected removeEldestEntry(ignored Entry<K,Timestamped<V>>) : boolean in class com.google.common.cache.LocalCache.CapacityEnforcingLinkedHashMap |
From |
To |
|
Change Parameter Type mapGenerator : OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>> to mapGenerator : OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>> in method public MapKeySetGenerator(mapGenerator OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>>) in class com.google.common.collect.testing.DerivedCollectionGenerators.MapKeySetGenerator |
From |
To |
|
Change Parameter Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method private put(entry Entry<K,V>) : V in class com.google.common.collect.testing.testers.MapPutTester |
From |
To |
|
Change Parameter Type entries : Collection<? extends Map.Entry<? extends K,? extends V>> to entries : Collection<? extends Entry<? extends K,? extends V>> in method private newHashMap(entries Collection<? extends Entry<? extends K,? extends V>>) : HashMap<K,V> in class com.google.common.collect.testing.testers.MapEqualsTester |
From |
To |
|
Change Parameter Type multimapGenerator : OneSizeTestContainerGenerator<M,Map.Entry<K,V>> to multimapGenerator : OneSizeTestContainerGenerator<M,Entry<K,V>> in method public ReserializedMultimapGenerator(multimapGenerator OneSizeTestContainerGenerator<M,Entry<K,V>>) in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.ReserializedMultimapGenerator |
From |
To |
|
Change Parameter Type parentBuilder : FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Map.Entry<K,V>>> to parentBuilder : FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Entry<K,V>>> in method package computeKeysTestSuite(parentBuilder FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<M,Entry<K,V>>>) : TestSuite in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder |
From |
To |
|
Change Return Type SampleElements<Map.Entry<K,V>> to SampleElements<Entry<K,V>> in method public samples() : SampleElements<Entry<K,V>> in class com.google.common.collect.testing.MapTestSuiteBuilder.ReserializedMapGenerator |
From |
To |
|
Change Return Type Collection<Map.Entry<K,V>> to Collection<Entry<K,V>> in method public entries() : Collection<Entry<K,V>> in class com.google.common.collect.AbstractMapBasedMultimap |
From |
To |
|
Change Return Type OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>> to OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>> in method public getInnerGenerator() : OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>> in class com.google.common.collect.testing.DerivedCollectionGenerators.MapEntrySetGenerator |
From |
To |
|
Change Return Type OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>> to OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>> in method public getInnerGenerator() : OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>> in class com.google.common.collect.testing.DerivedCollectionGenerators.MapValueCollectionGenerator |
From |
To |
|
Change Return Type Map.Entry<K,V>[] to Entry<K,V>[] in method protected createArrayWithNullKeyAndValue() : Entry<K,V>[] in class com.google.common.collect.testing.google.AbstractMultimapTester |
From |
To |
|
Change Return Type Map.Entry<V,K> to Entry<V,K> in method private reverse(entry Entry<K,V>) : Entry<V,K> in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.InverseBiMapGenerator |
From |
To |
|
Change Return Type SampleElements<Map.Entry<K,V>> to SampleElements<Entry<K,V>> in method public samples() : SampleElements<Entry<K,V>> in class com.google.common.collect.testing.TestMapEntrySetGenerator |
From |
To |
|
Change Return Type Map.Entry<K,V>[] to Entry<K,V>[] in method public createArray(length int) : Entry<K,V>[] in class com.google.common.collect.testing.MapTestSuiteBuilder.ReserializedMapGenerator |
From |
To |
|
Change Return Type Collection<Map.Entry<K,V>> to Collection<Entry<K,V>> in method protected actualContents() : Collection<Entry<K,V>> in class com.google.common.collect.testing.AbstractMapTester |
From |
To |
|
Change Return Type Collection<Map.Entry<K,V>> to Collection<Entry<K,V>> in method protected getSampleEntries(howMany int) : Collection<Entry<K,V>> in class com.google.common.collect.testing.AbstractMapTester |
From |
To |
|
Change Return Type Iterable<Map.Entry<K,V>> to Iterable<Entry<K,V>> in method public order(insertionOrder List<Entry<K,V>>) : Iterable<Entry<K,V>> in class com.google.common.collect.testing.MapTestSuiteBuilder.ReserializedMapGenerator |
From |
To |
|
Change Return Type List<Map.Entry<K,V>> to List<Entry<K,V>> in method public order(insertionOrder List<Entry<K,V>>) : List<Entry<K,V>> in class com.google.common.collect.testing.TestMapEntrySetGenerator |
From |
To |
|
Change Return Type Iterator<Map.Entry<K,Collection<V>>> to Iterator<Entry<K,Collection<V>>> in method public iterator() : Iterator<Entry<K,Collection<V>>> in class com.google.common.collect.AbstractMapBasedMultimap.AsMap.AsMapEntries |
From |
To |
|
Change Return Type Iterator<Map.Entry<K,Collection<V>>> to Iterator<Entry<K,Collection<V>>> in method public iterator() : Iterator<Entry<K,Collection<V>>> in class com.google.common.collect.Synchronized.SynchronizedAsMapEntries |
From |
To |
|
Change Return Type SampleElements<Map.Entry<V,K>> to SampleElements<Entry<V,K>> in method public samples() : SampleElements<Entry<V,K>> in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.InverseBiMapGenerator |
From |
To |
|
Change Return Type Map.Entry<K,V>[] to Entry<K,V>[] in method public createArray(length int) : Entry<K,V>[] in class com.google.common.collect.testing.TestMapEntrySetGenerator |
From |
To |
|
Change Return Type Set<Map.Entry<K,Collection<V>>> to Set<Entry<K,Collection<V>>> in method public entrySet() : Set<Entry<K,Collection<V>>> in class com.google.common.collect.Synchronized.SynchronizedAsMap |
From |
To |
|
Change Return Type Set<Map.Entry<K,V>> to Set<Entry<K,V>> in method public entrySet() : Set<Entry<K,V>> in class com.google.common.collect.Synchronized.SynchronizedMap |
From |
To |
|
Change Return Type Collection<Map.Entry<K,V>> to Collection<Entry<K,V>> in method protected getSampleEntries() : Collection<Entry<K,V>> in class com.google.common.collect.testing.AbstractMapTester |
From |
To |
|
Change Return Type Map.Entry<Range<K>,V> to Entry<Range<K>,V> in method public getEntry(key K) : Entry<Range<K>,V> in class com.google.common.collect.ImmutableRangeMap |
From |
To |
|
Change Return Type Map.Entry<K,V>[] to Entry<K,V>[] in method protected createArrayWithNullKey() : Entry<K,V>[] in class com.google.common.collect.testing.AbstractMapTester |
From |
To |
|
Change Return Type List<Map.Entry<Object,Object>> to List<Entry<Object,Object>> in method private warmUp(cache LoadingCache<Object,Object>) : List<Entry<Object,Object>> in class com.google.common.cache.PopulatedCachesTest |
From |
To |
|
Change Return Type SampleElements<Map.Entry<String,String>> to SampleElements<Entry<String,String>> in method public samples() : SampleElements<Entry<String,String>> in class com.google.common.collect.testing.google.TestStringSetMultimapGenerator |
From |
To |
|
Change Return Type SampleElements<Map.Entry<String,String>> to SampleElements<Entry<String,String>> in method public samples() : SampleElements<Entry<String,String>> in class com.google.common.collect.testing.google.TestStringBiMapGenerator |
From |
To |
|
Change Return Type Map.Entry<K,V> to Entry<K,V> in method protected abstract delegate() : Entry<K,V> in class com.google.common.collect.ForwardingMapEntry |
From |
To |
|
Change Return Type Map.Entry<K,V> to Entry<K,V> in method public belowSamplesLesser() : Entry<K,V> in class com.google.common.collect.testing.TestSortedMapGenerator |
From |
To |
|
Change Return Type Iterable<Map.Entry<K,V>> to Iterable<Entry<K,V>> in method public order(insertionOrder List<Entry<K,V>>) : Iterable<Entry<K,V>> in class com.google.common.collect.testing.DerivedCollectionGenerators.MapEntrySetGenerator |
From |
To |
|
Change Return Type SampleElements<Map.Entry<K,V>> to SampleElements<Entry<K,V>> in method public mapEntries(keys SampleElements<K>, values SampleElements<V>) : SampleElements<Entry<K,V>> in class com.google.common.collect.testing.SampleElements |
From |
To |
|
Change Return Type Map.Entry<K,V>[] to Entry<K,V>[] in method public createArray(length int) : Entry<K,V>[] in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.MapGenerator |
From |
To |
|
Change Return Type Map.Entry<K,V>[] to Entry<K,V>[] in method protected createArrayWithNullKey() : Entry<K,V>[] in class com.google.common.collect.testing.google.AbstractMultimapTester |
From |
To |
|
Change Return Type Map.Entry<K,V>[] to Entry<K,V>[] in method public createArray(length int) : Entry<K,V>[] in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.ReserializedMultimapGenerator |
From |
To |
|
Change Return Type Set<Map.Entry<K,V>> to Set<Entry<K,V>> in method public create(elements Object...) : Set<Entry<K,V>> in class com.google.common.collect.testing.DerivedCollectionGenerators.MapEntrySetGenerator |
From |
To |
|
Change Return Type Collection<Map.Entry<K,V>> to Collection<Entry<K,V>> in method public entries() : Collection<Entry<K,V>> in class com.google.common.collect.Multimap |
From |
To |
|
Change Return Type Iterator<Map.Entry<K,V>> to Iterator<Entry<K,V>> in method package entryIterator() : Iterator<Entry<K,V>> in class com.google.common.collect.LinkedHashMultimap |
From |
To |
|
Change Return Type SampleElements<Map.Entry<String,String>> to SampleElements<Entry<String,String>> in method public samples() : SampleElements<Entry<String,String>> in class com.google.common.collect.testing.google.TestStringListMultimapGenerator |
From |
To |
|
Change Return Type SampleElements<Map.Entry<String,String>> to SampleElements<Entry<String,String>> in method public samples() : SampleElements<Entry<String,String>> in class com.google.common.collect.testing.TestStringMapGenerator |
From |
To |
|
Change Return Type Collection<Map.Entry<K,V>> to Collection<Entry<K,V>> in method public entries() : Collection<Entry<K,V>> in class com.google.common.collect.Synchronized.SynchronizedMultimap |
From |
To |
|
Change Return Type Set<Map.Entry<K,V>> to Set<Entry<K,V>> in method public entries() : Set<Entry<K,V>> in class com.google.common.collect.SetMultimap |
From |
To |
|
Change Return Type Map.Entry<K,V> to Entry<K,V> in method public aboveSamplesLesser() : Entry<K,V> in class com.google.common.collect.testing.TestSortedMapGenerator |
From |
To |
|
Change Return Type Map.Entry<V,K>[] to Entry<V,K>[] in method public createArray(length int) : Entry<V,K>[] in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.InverseBiMapGenerator |
From |
To |
|
Change Return Type MinimalCollection<Map.Entry<K,V>> to MinimalCollection<Entry<K,V>> in method protected createDisjointCollection() : MinimalCollection<Entry<K,V>> in class com.google.common.collect.testing.AbstractMapTester |
From |
To |
|
Change Return Type Iterable<Map.Entry<K,V>> to Iterable<Entry<K,V>> in method public order(insertionOrder List<Entry<K,V>>) : Iterable<Entry<K,V>> in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.MapGenerator |
From |
To |
|
Change Return Type Iterable<Map.Entry<K,V>> to Iterable<Entry<K,V>> in method public order(insertionOrder List<Entry<K,V>>) : Iterable<Entry<K,V>> in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.ReserializedMultimapGenerator |
From |
To |
|
Change Return Type List<Map.Entry<Object,Object>> to List<Entry<Object,Object>> in method private warmUp(cache LoadingCache<Object,Object>, minimum int, maximum int) : List<Entry<Object,Object>> in class com.google.common.cache.PopulatedCachesTest |
From |
To |
|
Change Return Type Map.Entry<K,V> to Entry<K,V> in method public nefariousMapEntry(key K, value V) : Entry<K,V> in class com.google.common.collect.testing.Helpers |
From |
To |
|
Change Return Type Ordering<Map.Entry<T2,?>> to Ordering<Entry<T2,?>> in method package onKeys() : Ordering<Entry<T2,?>> in class com.google.common.collect.Ordering |
From |
To |
|
Change Return Type SampleElements<Map.Entry<K,V>> to SampleElements<Entry<K,V>> in method public samples() : SampleElements<Entry<K,V>> in class com.google.common.collect.testing.DerivedCollectionGenerators.MapEntrySetGenerator |
From |
To |
|
Change Return Type Map.Entry<K,V> to Entry<K,V> in method public aboveSamplesGreater() : Entry<K,V> in class com.google.common.collect.testing.TestSortedMapGenerator |
From |
To |
|
Change Return Type Map.Entry<Range<K>,V> to Entry<Range<K>,V> in method public getEntry(key K) : Entry<Range<K>,V> in class com.google.common.collect.RangeMap |
From |
To |
|
Change Return Type Map.Entry<K,V>[] to Entry<K,V>[] in method protected createArrayWithNullValue() : Entry<K,V>[] in class com.google.common.collect.testing.AbstractMapTester |
From |
To |
|
Change Return Type Set<Map.Entry<K,V>> to Set<Entry<K,V>> in method public entries() : Set<Entry<K,V>> in class com.google.common.collect.SynchronizedMultimapTest.TestMultimap |
From |
To |
|
Change Return Type Map.Entry<K,Collection<V>> to Entry<K,Collection<V>> in method public next() : Entry<K,Collection<V>> in class com.google.common.collect.AbstractMapBasedMultimap.AsMap.AsMapIterator |
From |
To |
|
Change Return Type Set<Map.Entry<K,V>> to Set<Entry<K,V>> in method public create(elements Object...) : Set<Entry<K,V>> in class com.google.common.collect.testing.TestMapEntrySetGenerator |
From |
To |
|
Change Return Type SampleElements<Map.Entry<K,V>> to SampleElements<Entry<K,V>> in method public samples() : SampleElements<Entry<K,V>> in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.MapGenerator |
From |
To |
|
Change Return Type Set<Map.Entry<K,V>> to Set<Entry<K,V>> in method public entries() : Set<Entry<K,V>> in class com.google.common.collect.AbstractSetMultimap |
From |
To |
|
Change Return Type SampleElements<Map.Entry<K,V>> to SampleElements<Entry<K,V>> in method public samples() : SampleElements<Entry<K,V>> in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.ReserializedMultimapGenerator |
From |
To |
|
Change Return Type Map.Entry<K,V>[] to Entry<K,V>[] in method public createArray(length int) : Entry<K,V>[] in class com.google.common.collect.testing.DerivedCollectionGenerators.MapEntrySetGenerator |
From |
To |
|
Change Return Type Map.Entry<K,V>[] to Entry<K,V>[] in method protected createArrayWithNullValue() : Entry<K,V>[] in class com.google.common.collect.testing.google.AbstractMultimapTester |
From |
To |
|
Change Return Type SetTestSuiteBuilder<Map.Entry<K,V>> to SetTestSuiteBuilder<Entry<K,V>> in method protected createDerivedEntrySetSuite(entrySetGenerator TestSetGenerator<Entry<K,V>>) : SetTestSuiteBuilder<Entry<K,V>> in class com.google.common.collect.testing.MapTestSuiteBuilder |
From |
To |
|
Change Return Type Map.Entry<K,Collection<V>> to Entry<K,Collection<V>> in method package pollAsMapEntry(entryIterator Iterator<Entry<K,Collection<V>>>) : Entry<K,Collection<V>> in class com.google.common.collect.AbstractMapBasedMultimap.NavigableAsMap |
From |
To |
|
Change Return Type Set<Map.Entry<K,V>> to Set<Entry<K,V>> in method public entries() : Set<Entry<K,V>> in class com.google.common.collect.LinkedHashMultimap |
From |
To |
|
Change Return Type Map.Entry<K,V> to Entry<K,V> in method public belowSamplesGreater() : Entry<K,V> in class com.google.common.collect.testing.TestSortedMapGenerator |
From |
To |
|
Change Return Type OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>> to OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>> in method public getInnerGenerator() : OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>> in class com.google.common.collect.testing.DerivedCollectionGenerators.MapKeySetGenerator |
From |
To |
|
Change Return Type Set<Map.Entry<K,V>> to Set<Entry<K,V>> in method public entries() : Set<Entry<K,V>> in class com.google.common.collect.Synchronized.SynchronizedSetMultimap |
From |
To |
|
Change Return Type Iterator<Map.Entry<K,V>> to Iterator<Entry<K,V>> in method package entryIterator() : Iterator<Entry<K,V>> in class com.google.common.collect.AbstractMapBasedMultimap |
From |
To |
|
Change Variable Type entries : Set<Map.Entry<String,Boolean>> to entries : Set<Entry<String,Boolean>> in method public testTransformEntrySetContains() : void in class com.google.common.collect.MapsTransformValuesTest |
From |
To |
|
Change Variable Type entries : Iterator<Map.Entry<String,Integer>> to entries : Iterator<Entry<String,Integer>> in method public testLinkedEntries() : void in class com.google.common.collect.LinkedListMultimapTest |
From |
To |
|
Change Variable Type entries : Collection<Map.Entry<K,V>> to entries : Collection<Entry<K,V>> in method public create(elements Object...) : Set<K> in class com.google.common.collect.testing.DerivedCollectionGenerators.MapKeySetGenerator |
From |
To |
|
Change Variable Type entry : Map.Entry<Integer,String> to entry : Entry<Integer,String> in method public testBiMapEntrySetIteratorRemove() : void in class com.google.common.collect.HashBiMapTest |
From |
To |
|
Change Variable Type firstEntry : Map.Entry<String,String> to firstEntry : Entry<String,String> in method public testTransformChangesAreReflectedInUnderlyingMap() : void in class com.google.common.collect.MapsTransformValuesUnmodifiableIteratorTest |
From |
To |
|
Change Variable Type mapSamples : SampleElements<Map.Entry<K,V>> to mapSamples : SampleElements<Entry<K,V>> in method public MapKeySetGenerator(mapGenerator OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>>) in class com.google.common.collect.testing.DerivedCollectionGenerators.MapKeySetGenerator |
From |
To |
|
Change Variable Type iterator : Iterator<Map.Entry<String,Collection<Integer>>> to iterator : Iterator<Entry<String,Collection<Integer>>> in method public testOrderedAsMapEntries() : void in class com.google.common.collect.TreeMultimapNaturalTest |
From |
To |
|
Change Variable Type entries : Collection<Map.Entry<K,V>> to entries : Collection<Entry<K,V>> in method public testEquals_otherContainsNullKey() : void in class com.google.common.collect.testing.testers.MapEqualsTester |
From |
To |
|
Change Variable Type entrySet : Set<Map.Entry<String,Integer>> to entrySet : Set<Entry<String,Integer>> in method public testEntrySet() : void in class com.google.common.collect.SynchronizedMapTest |
From |
To |
|
Change Variable Type entryIterator : Iterator<Map.Entry<String,String>> to entryIterator : Iterator<Entry<String,String>> in method public testTransformChangesAreReflectedInUnderlyingMap() : void in class com.google.common.collect.MapsTransformValuesTest |
From |
To |
|
Change Variable Type entry : Map.Entry<Feature<?>,Feature<?>> to entry : Entry<Feature<?>,Feature<?>> in method package computeMultimapGetFeatures(multimapFeatures Set<Feature<?>>) : Set<Feature<?>> in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder |
From |
To |
|
Change Variable Type entry : Map.Entry<? extends K,? extends V> to entry : Entry<? extends K,? extends V> in method private newHashMap(entries Collection<? extends Entry<? extends K,? extends V>>) : HashMap<K,V> in class com.google.common.collect.testing.testers.MapEqualsTester |
From |
To |
|
Change Variable Type entry : Map.Entry<?,?> to entry : Entry<?,?> in method package toStringImpl(map Map<?,?>) : String in class com.google.common.collect.Maps |
From |
To |
|
Change Variable Type array : Map.Entry<K,V>[] to array : Entry<K,V>[] in method protected createArrayWithNullKey() : Entry<K,V>[] in class com.google.common.collect.testing.google.AbstractMultimapTester |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method public testKeySet() : void in class com.google.common.collect.testing.google.MultimapKeySetTester |
From |
To |
|
Change Variable Type entry : Map.Entry<K,Collection<V>> to entry : Entry<K,Collection<V>> in method public create(elements Object...) : Map<K,Collection<V>> in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.AsMapGenerator |
From |
To |
|
Change Variable Type entry : Map.Entry<Range<Integer>,Integer> to entry : Entry<Range<Integer>,Integer> in method public testSubRangeMap() : void in class com.google.common.collect.ImmutableRangeMapTest |
From |
To |
|
Change Variable Type entry : Map.Entry<String,Collection<Integer>> to entry : Entry<String,Collection<Integer>> in method private assertOrderingReadOnly(multimap Multimap<String,Integer>) : void in class com.google.common.collect.LinkedHashMultimapTest |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method public create(elements Object...) : Set<V> in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.BiMapValueSetGenerator |
From |
To |
|
Change Variable Type entry : Map.Entry<String,Integer> to entry : Entry<String,Integer> in method public testLinkedEntries() : void in class com.google.common.collect.LinkedListMultimapTest |
From |
To |
|
Change Variable Type entry1 : Map.Entry<Foo,Integer> to entry1 : Entry<Foo,Integer> in method public testEntriesAreMutableAndConsistent() : void in class com.google.common.collect.WellBehavedMapTest |
From |
To |
|
Change Variable Type mapping : Map.Entry<TypeVariableKey,? extends Type> to mapping : Entry<TypeVariableKey,? extends Type> in method package where(mappings Map<TypeVariableKey,? extends Type>) : TypeTable in class com.google.common.reflect.TypeResolver.TypeTable |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method public testValues() : void in class com.google.common.collect.testing.google.MultimapValuesTester |
From |
To |
|
Change Variable Type entries : Collection<Map.Entry<K,V>> to entries : Collection<Entry<K,V>> in method public create(elements Object...) : Set<V> in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.BiMapValueSetGenerator |
From |
To |
|
Change Variable Type rowEntry : Map.Entry<R,Map<C,V>> to rowEntry : Entry<R,Map<C,V>> in method package getCell(index int) : Cell<R,C,V> in class com.google.common.collect.SparseImmutableTable |
From |
To |
|
Change Variable Type oldEntry : Map.Entry<K,V> to oldEntry : Entry<K,V> in method protected createArrayWithNullValue() : Entry<K,V>[] in class com.google.common.collect.testing.google.AbstractMultimapTester |
From |
To |
|
Change Variable Type entry : Map.Entry<Range<Integer>,Integer> to entry : Entry<Range<Integer>,Integer> in method private verify(model Map<Integer,Integer>, test RangeMap<Integer,Integer>) : void in class com.google.common.collect.TreeRangeMapTest |
From |
To |
|
Change Variable Type entry : Map.Entry<?,?> to entry : Entry<?,?> in method public copyOf(map Map<? extends K,? extends V>) : ImmutableMap<K,V> in class com.google.common.collect.ImmutableMap |
From |
To |
|
Change Variable Type entries : Collection<Map.Entry<K,V>> to entries : Collection<Entry<K,V>> in method private runEntryWithNullTest(entryWithNull Entry<K,V>) : void in class com.google.common.collect.testing.testers.MapHashCodeTester |
From |
To |
|
Change Variable Type entry : Map.Entry<File,ClassLoader> to entry : Entry<File,ClassLoader> in method public scan(classloader ClassLoader) : void in class com.google.common.reflect.ClassPath.Scanner |
From |
To |
|
Change Variable Type col : Map.Entry<C,Map<R,V>> to col : Entry<C,Map<R,V>> in method package SparseImmutableTable(cellList ImmutableList<Cell<R,C,V>>, rowSpace ImmutableSet<R>, columnSpace ImmutableSet<C>) in class com.google.common.collect.SparseImmutableTable |
From |
To |
|
Change Variable Type entry : Map.Entry<?,?> to entry : Entry<?,?> in method private copyOfEnumMap(original EnumMap<K,? extends V>) : ImmutableMap<K,V> in class com.google.common.collect.ImmutableMap |
From |
To |
|
Change Variable Type builder : List<Map.Entry<K,V>> to builder : List<Entry<K,V>> in method public order(insertionOrder List<Entry<K,Collection<V>>>) : Iterable<Entry<K,Collection<V>>> in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.AsMapGenerator |
From |
To |
|
Change Variable Type entry1 : Map.Entry<K,? extends V> to entry1 : Entry<K,? extends V> in method public immutableEnumMap(map Map<K,? extends V>) : ImmutableMap<K,V> in class com.google.common.collect.Maps |
From |
To |
|
Change Variable Type entry : Map.Entry<K,Timestamped<V>> to entry : Entry<K,Timestamped<V>> in method public clear() : void in class com.google.common.cache.LocalCache |
From |
To |
|
Change Variable Type entry : Map.Entry<ClassLoader,String> to entry : Entry<ClassLoader,String> in method package getResources() : ImmutableSet<ResourceInfo> in class com.google.common.reflect.ClassPath.DefaultScanner |
From |
To |
|
Change Variable Type originalEntries : Collection<Map.Entry<K,V>> to originalEntries : Collection<Entry<K,V>> in method public create(elements Object...) : Set<V> in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.BiMapValueSetGenerator |
From |
To |
|
Change Variable Type entryIterator : Iterator<Map.Entry<String,Integer>> to entryIterator : Iterator<Entry<String,Integer>> in method private assertOrderingReadOnly(multimap Multimap<String,Integer>) : void in class com.google.common.collect.LinkedHashMultimapTest |
From |
To |
|
Change Variable Type array : Map.Entry<K,V>[] to array : Entry<K,V>[] in method protected createArrayWithNullKey() : Entry<K,V>[] in class com.google.common.collect.testing.AbstractMapTester |
From |
To |
|
Change Variable Type builderArray : Map.Entry<Integer,Integer>[] to builderArray : Entry<Integer,Integer>[] in method public testBuilderExactlySizedReusesArray() : void in class com.google.common.collect.ImmutableMapTest.CreationTests |
From |
To |
|
Change Variable Type entry : Map.Entry<? extends K,? extends V> to entry : Entry<? extends K,? extends V> in method public putAll(m Map<? extends K,? extends V>) : void in class com.google.common.cache.LocalCache |
From |
To |
|
Change Variable Type mapEntryBelowToTruncate : Map.Entry<Cut<K>,RangeMapEntry<K,V>> to mapEntryBelowToTruncate : Entry<Cut<K>,RangeMapEntry<K,V>> in method public remove(rangeToRemove Range<K>) : void in class com.google.common.collect.TreeRangeMap |
From |
To |
|
Change Variable Type entries : Set<Map.Entry<Number,String>> to entries : Set<Entry<Number,String>> in method public testUnmodifiableBiMap() : void in class com.google.common.collect.MapsTest |
From |
To |
|
Change Variable Type entryIterator : Iterator<Map.Entry<K,AtomicLong>> to entryIterator : Iterator<Entry<K,AtomicLong>> in method public removeAllZeros() : void in class com.google.common.util.concurrent.AtomicLongMap |
From |
To |
|
Change Variable Type mapSamples : SampleElements<Map.Entry<K,V>> to mapSamples : SampleElements<Entry<K,V>> in method public BiMapValueSetGenerator(mapGenerator OneSizeTestContainerGenerator<BiMap<K,V>,Entry<K,V>>) in class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.BiMapValueSetGenerator |
From |
To |
|
Change Variable Type entry : Map.Entry<K,AtomicLong> to entry : Entry<K,AtomicLong> in method public removeAllZeros() : void in class com.google.common.util.concurrent.AtomicLongMap |
From |
To |
|
Change Variable Type entry : Map.Entry<?,?> to entry : Entry<?,?> in method public serialize(stream SerializationStreamWriter, multimap LinkedHashMultimap<?,?>) : void in class com.google.common.collect.LinkedHashMultimap_CustomFieldSerializer |
From |
To |
|
Change Variable Type entries : Set<Map.Entry<Integer,String>> to entries : Set<Entry<Integer,String>> in method public testUnmodifiableNavigableMap() : void in class com.google.common.collect.MapsTest |
From |
To |
|
Change Variable Type originalEntries : Collection<Map.Entry<K,V>> to originalEntries : Collection<Entry<K,V>> in method public create(elements Object...) : Set<K> in class com.google.common.collect.testing.DerivedCollectionGenerators.MapKeySetGenerator |
From |
To |
|
Change Variable Type builderArray : Map.Entry<Integer,Integer>[] to builderArray : Entry<Integer,Integer>[] in method public testBuilderExactlySizedReusesArray() : void in class com.google.common.collect.ImmutableBiMapTest.CreationTests |
From |
To |
|
Change Variable Type entry : Map.Entry<LockGraphNode,ExampleStackTrace> to entry : Entry<LockGraphNode,ExampleStackTrace> in method private findPathTo(node LockGraphNode, seen Set<LockGraphNode>) : ExampleStackTrace in class com.google.common.util.concurrent.CycleDetectingLockFactory.LockGraphNode |
From |
To |
|
Change Variable Type entries : Collection<Map.Entry<K,V>> to entries : Collection<Entry<K,V>> in method public testEquals_containingNullKey() : void in class com.google.common.collect.testing.testers.MapEqualsTester |
From |
To |
|
Change Variable Type entry : Map.Entry<String,String> to entry : Entry<String,String> in method package tests(name String, factory CharSinkFactory) : TestSuite in class com.google.common.io.CharSinkTester |
From |
To |
|
Change Variable Type entry2 : Map.Entry<Integer,String> to entry2 : Entry<Integer,String> in method public testUnmodifiableBiMap() : void in class com.google.common.collect.MapsTest |
From |
To |
|
Change Variable Type entry : Map.Entry<K,Collection<V>> to entry : Entry<K,Collection<V>> in method public iterator() : Iterator<Entry<K,Collection<V>>> in class com.google.common.collect.Synchronized.SynchronizedAsMapEntries |
From |
To |
|
Change Variable Type entryItr : Iterator<? extends Map.Entry<K,? extends V>> to entryItr : Iterator<? extends Entry<K,? extends V>> in method public immutableEnumMap(map Map<K,? extends V>) : ImmutableMap<K,V> in class com.google.common.collect.Maps |
From |
To |
|
Change Variable Type entry : Map.Entry<Class<?>,Collection<Subscriber>> to entry : Entry<Class<?>,Collection<Subscriber>> in method package register(listener Object) : void in class com.google.common.eventbus.SubscriberRegistry |
From |
To |
|
Change Variable Type iterator : Iterator<Map.Entry<Integer,String>> to iterator : Iterator<Entry<Integer,String>> in method public testUnmodifiableNavigableMap() : void in class com.google.common.collect.MapsTest |
From |
To |
|
Change Variable Type array : Map.Entry<K,V>[] to array : Entry<K,V>[] in method protected createArrayWithNullValue() : Entry<K,V>[] in class com.google.common.collect.testing.AbstractMapTester |
From |
To |
|
Change Variable Type entryWithNull : Map.Entry<K,V> to entryWithNull : Entry<K,V> in method public testHashCode_containingNullValue() : void in class com.google.common.collect.testing.testers.MapHashCodeTester |
From |
To |
|
Change Variable Type entries : Map.Entry<K,V>[] to entries : Entry<K,V>[] in method public create(elements Object...) : Set<Entry<K,V>> in class com.google.common.collect.testing.TestMapEntrySetGenerator |
From |
To |
|
Change Variable Type e : Map.Entry<K,V> to e : Entry<K,V> in method public nefariousMapEntry(key K, value V) : Entry<K,V> in class com.google.common.collect.testing.Helpers |
From |
To |
|
Change Variable Type entry : Map.Entry<Class<?>,Collection<Object>> to entry : Entry<Class<?>,Collection<Object>> in method private newFreshValueGenerator() : FreshValueGenerator in class com.google.common.testing.ClassSanityTester |
From |
To |
|
Change Variable Type mapInternalArray : Map.Entry<Integer,Integer>[] to mapInternalArray : Entry<Integer,Integer>[] in method public testBuilderExactlySizedReusesArray() : void in class com.google.common.collect.ImmutableBiMapTest.CreationTests |
From |
To |
|
Change Variable Type entry2 : Map.Entry<Foo,Integer> to entry2 : Entry<Foo,Integer> in method public testEntriesAreMutableAndConsistent() : void in class com.google.common.collect.WellBehavedMapTest |
From |
To |
|
Change Variable Type entry : Map.Entry<Number,String> to entry : Entry<Number,String> in method public testUnmodifiableBiMap() : void in class com.google.common.collect.MapsTest |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method public order(insertionOrder List<Entry<K,Collection<V>>>) : Iterable<Entry<K,Collection<V>>> in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.AsMapGenerator |
From |
To |
|
Change Variable Type entries : Collection<Map.Entry<K,V>> to entries : Collection<Entry<K,V>> in method public testEquals_containingNullValue() : void in class com.google.common.collect.testing.testers.MapEqualsTester |
From |
To |
|
Change Variable Type entrySet : Set<Map.Entry<Foo,Integer>> to entrySet : Set<Entry<Foo,Integer>> in method public testEntriesAreMutableAndConsistent() : void in class com.google.common.collect.WellBehavedMapTest |
From |
To |
|
Change Variable Type entryIterator : Iterator<Map.Entry<K,Collection<V>>> to entryIterator : Iterator<Entry<K,Collection<V>>> in method public iterator() : Iterator<K> in class com.google.common.collect.AbstractMapBasedMultimap.KeySet |
From |
To |
|
Change Variable Type iterator : Iterator<Map.Entry<String,Collection<Integer>>> to iterator : Iterator<Entry<String,Collection<Integer>>> in method public testOrderedAsMapEntries() : void in class com.google.common.collect.TreeMultimapExplicitTest |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method private writeObject(stream ObjectOutputStream) : void in class com.google.common.collect.LinkedHashMultimap |
From |
To |
|
Change Variable Type entry : Map.Entry<String,String> to entry : Entry<String,String> in method protected create(entries Entry<String,String>[]) : Map<String,String> in class com.google.common.collect.testing.MapTestSuiteBuilderTests.WrappedHashMapGenerator |
From |
To |
|
Change Variable Type fewerEntries : Collection<Map.Entry<K,V>> to fewerEntries : Collection<Entry<K,V>> in method public testEquals_smallerMap() : void in class com.google.common.collect.testing.testers.MapEqualsTester |
From |
To |
|
Change Variable Type entry : Map.Entry<K,Collection<V>> to entry : Entry<K,Collection<V>> in method public iterator() : Iterator<K> in class com.google.common.collect.AbstractMapBasedMultimap.KeySet |
From |
To |
|
Change Variable Type builderArrayAfterPuts : Map.Entry<Integer,Integer>[] to builderArrayAfterPuts : Entry<Integer,Integer>[] in method public testBuilderExactlySizedReusesArray() : void in class com.google.common.collect.ImmutableMapTest.CreationTests |
From |
To |
|
Change Variable Type iterator : Iterator<Map.Entry<Integer,String>> to iterator : Iterator<Entry<Integer,String>> in method public testBiMapEntrySetIteratorRemove() : void in class com.google.common.collect.HashBiMapTest |
From |
To |
|
Change Variable Type entry : Map.Entry<? extends K,? extends Long> to entry : Entry<? extends K,? extends Long> in method public putAll(m Map<? extends K,? extends Long>) : void in class com.google.common.util.concurrent.AtomicLongMap |
From |
To |
|
Change Variable Type entry : Map.Entry<T,Integer> to entry : Entry<T,Integer> in method private multiset(counts Map<T,Integer>) : ImmutableMultiset<T> in class com.google.common.util.concurrent.ListenerCallQueueTest |
From |
To |
|
Change Variable Type entriesWithNulls : Set<Map.Entry<String,String>> to entriesWithNulls : Set<Entry<String,String>> in method public testEntries() : void in class com.google.common.base.JoinerTest |
From |
To |
|
Change Variable Type entry : Map.Entry<String,Collection<Integer>> to entry : Entry<String,Collection<Integer>> in method public testOrderedAsMapEntries() : void in class com.google.common.collect.TreeMultimapExplicitTest |
From |
To |
|
Change Variable Type entrySet : Set<Map.Entry<Foo,Integer>> to entrySet : Set<Entry<Foo,Integer>> in method public testEntrySet_remove() : void in class com.google.common.collect.WellBehavedMapTest |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method private expectedToString(entries Set<Entry<K,V>>) : String in class com.google.common.collect.testing.testers.MapToStringTester |
From |
To |
|
Change Variable Type entry : Map.Entry<Range<Integer>,Integer> to entry : Entry<Range<Integer>,Integer> in method public testSubRangeMapExhaustive() : void in class com.google.common.collect.TreeRangeMapTest |
From |
To |
|
Change Variable Type mapEntryAboveToTruncate : Map.Entry<Cut<K>,RangeMapEntry<K,V>> to mapEntryAboveToTruncate : Entry<Cut<K>,RangeMapEntry<K,V>> in method public remove(rangeToRemove Range<K>) : void in class com.google.common.collect.TreeRangeMap |
From |
To |
|
Change Variable Type input : Map.Entry<Service,Long> to input : Entry<Service,Long> in method package startupTimes() : ImmutableMap<Service,Long> in class com.google.common.util.concurrent.ServiceManager.ServiceManagerState |
From |
To |
|
Change Variable Type ordered : Iterable<Map.Entry<K,V>> to ordered : Iterable<Entry<K,V>> in method public order(insertionOrder List<Entry<K,Collection<V>>>) : Iterable<Entry<K,Collection<V>>> in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.AsMapGenerator |
From |
To |
|
Change Variable Type entries : Set<Map.Entry<String,String>> to entries : Set<Entry<String,String>> in method public testTransformChangesAreReflectedInUnderlyingMap() : void in class com.google.common.collect.MapsTransformValuesUnmodifiableIteratorTest |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method package asImmutable(map Map<K,V>) : ImmutableMap<K,V> in class com.google.common.collect.ImmutableEnumMap |
From |
To |
|
Change Variable Type entry : Map.Entry<Object,Object> to entry : Entry<Object,Object> in method public testBulkLoad_extra() : void in class com.google.common.cache.CacheLoadingTest |
From |
To |
|
Change Variable Type oldEntry : Map.Entry<K,V> to oldEntry : Entry<K,V> in method protected createArrayWithNullKey() : Entry<K,V>[] in class com.google.common.collect.testing.google.AbstractMultimapTester |
From |
To |
|
Change Variable Type entry2 : Map.Entry<Integer,String> to entry2 : Entry<Integer,String> in method public testUnmodifiableNavigableMap() : void in class com.google.common.collect.MapsTest |
From |
To |
|
Change Variable Type entry : Map.Entry<K,Collection<V>> to entry : Entry<K,Collection<V>> in method public next() : Entry<K,Collection<V>> in class com.google.common.collect.AbstractMapBasedMultimap.AsMap.AsMapIterator |
From |
To |
|
Change Variable Type entrya : Map.Entry<String,Integer> to entrya : Entry<String,Integer> in method public testEntriesAfterMultimapUpdate() : void in class com.google.common.collect.LinkedListMultimapTest |
From |
To |
|
Change Variable Type entry : Map.Entry<? extends K,? extends V> to entry : Entry<? extends K,? extends V> in method package putAllImpl(self Map<K,V>, map Map<? extends K,? extends V>) : void in class com.google.common.collect.Maps |
From |
To |
|
Change Variable Type firstEntry : Map.Entry<String,String> to firstEntry : Entry<String,String> in method public testTransformChangesAreReflectedInUnderlyingMap() : void in class com.google.common.collect.MapsTransformValuesTest |
From |
To |
|
Change Variable Type entry : Map.Entry<?,?> to entry : Entry<?,?> in method public serialize(out SerializationStreamWriter, multimap LinkedListMultimap<?,?>) : void in class com.google.common.collect.LinkedListMultimap_CustomFieldSerializer |
From |
To |
|
Change Variable Type entry : Map.Entry<? extends K,? extends V> to entry : Entry<? extends K,? extends V> in method public putAll(m Map<? extends K,? extends V>) : void in class com.google.common.cache.AbstractCache |
From |
To |
|
Change Variable Type array : Map.Entry<K,V>[] to array : Entry<K,V>[] in method protected createArrayWithNullValue() : Entry<K,V>[] in class com.google.common.collect.testing.google.AbstractMultimapTester |
From |
To |
|
Change Variable Type entries : Collection<Map.Entry<K,V>> to entries : Collection<Entry<K,V>> in method public testEquals_otherContainsNullValue() : void in class com.google.common.collect.testing.testers.MapEqualsTester |
From |
To |
|
Change Variable Type mapSamples : SampleElements<Map.Entry<K,V>> to mapSamples : SampleElements<Entry<K,V>> in method public MapValueCollectionGenerator(mapGenerator OneSizeTestContainerGenerator<Map<K,V>,Entry<K,V>>) in class com.google.common.collect.testing.DerivedCollectionGenerators.MapValueCollectionGenerator |
From |
To |
|
Change Variable Type entry : Map.Entry<Object,Object> to entry : Entry<Object,Object> in method public testBulkLoad_clobber() : void in class com.google.common.cache.CacheLoadingTest |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method public create(elements Object...) : Collection<V> in class com.google.common.collect.testing.DerivedCollectionGenerators.MapValueCollectionGenerator |
From |
To |
|
Change Variable Type entry : Map.Entry<Element,Element> to entry : Entry<Element,Element> in method package iterateWithEntrySet(reps int) : boolean in class com.google.common.collect.MapBenchmark |
From |
To |
|
Change Variable Type moreEntries : Collection<Map.Entry<K,V>> to moreEntries : Collection<Entry<K,V>> in method public testEquals_largerMap() : void in class com.google.common.collect.testing.testers.MapEqualsTester |
From |
To |
|
Change Variable Type entries : Collection<Map.Entry<String,Integer>> to entries : Collection<Entry<String,Integer>> in method public testEntriesAfterMultimapUpdate() : void in class com.google.common.collect.LinkedListMultimapTest |
From |
To |
|
Change Variable Type entry : Map.Entry<K,Collection<V>> to entry : Entry<K,Collection<V>> in method public build() : ImmutableSetMultimap<K,V> in class com.google.common.collect.ImmutableSetMultimap.Builder |
From |
To |
|
Change Variable Type e : Map.Entry<String,Integer> to e : Entry<String,Integer> in method public testImmutableEntry() : void in class com.google.common.collect.MapsTest |
From |
To |
|
Change Variable Type originalEntries : Collection<Map.Entry<K,V>> to originalEntries : Collection<Entry<K,V>> in method public create(elements Object...) : Collection<V> in class com.google.common.collect.testing.DerivedCollectionGenerators.MapValueCollectionGenerator |
From |
To |
|
Change Variable Type entrySet : Set<Map.Entry<Integer,Character>> to entrySet : Set<Entry<Integer,Character>> in method public testRowEntrySetRemove() : void in class com.google.common.collect.TreeBasedTableTest |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method public testHashCode() : void in class com.google.common.collect.testing.testers.MapHashCodeTester |
From |
To |
|
Change Variable Type entries : Set<Map.Entry<String,Boolean>> to entries : Set<Entry<String,Boolean>> in method public testTransformEntrySetContains() : void in class com.google.common.collect.MapsTransformValuesUnmodifiableIteratorTest |
From |
To |
|
Change Variable Type entrySet : Set<Map.Entry<Integer,Character>> to entrySet : Set<Entry<Integer,Character>> in method public testRowEntrySetContains() : void in class com.google.common.collect.TreeBasedTableTest |
From |
To |
|
Change Variable Type lowerEntry : Map.Entry<Cut<K>,RangeMapEntry<K,V>> to lowerEntry : Entry<Cut<K>,RangeMapEntry<K,V>> in method private coalescedRange(range Range<K>, value V) : Range<K> in class com.google.common.collect.TreeRangeMap |
From |
To |
|
Change Variable Type entry : Map.Entry<String,String> to entry : Entry<String,String> in method package tests(name String, factory ByteSourceFactory, testAsCharSource boolean) : TestSuite in class com.google.common.io.ByteSourceTester |
From |
To |
|
Change Variable Type entry : Map.Entry<?,?> to entry : Entry<?,?> in method public contains(object Object) : boolean in class com.google.common.collect.RegularImmutableMap.EntrySet |
From |
To |
|
Change Variable Type oldEntry : Map.Entry<K,V> to oldEntry : Entry<K,V> in method protected createArrayWithNullKey() : Entry<K,V>[] in class com.google.common.collect.testing.AbstractMapTester |
From |
To |
|
Change Variable Type entryb : Map.Entry<String,Integer> to entryb : Entry<String,Integer> in method public testEntriesAfterMultimapUpdate() : void in class com.google.common.collect.LinkedListMultimapTest |
From |
To |
|
Change Variable Type entry : Map.Entry<Class<?>,Collection<Subscriber>> to entry : Entry<Class<?>,Collection<Subscriber>> in method package unregister(listener Object) : void in class com.google.common.eventbus.SubscriberRegistry |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method public testValuesInOrder() : void in class com.google.common.collect.testing.google.MultimapValuesTester |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method public create(elements Object...) : Set<K> in class com.google.common.collect.testing.DerivedCollectionGenerators.MapKeySetGenerator |
From |
To |
|
Change Variable Type builderArrayAfterPuts : Map.Entry<Integer,Integer>[] to builderArrayAfterPuts : Entry<Integer,Integer>[] in method public testBuilderExactlySizedReusesArray() : void in class com.google.common.collect.ImmutableBiMapTest.CreationTests |
From |
To |
|
Change Variable Type e : Map.Entry<String,Integer> to e : Entry<String,Integer> in method public testImmutableEntryNull() : void in class com.google.common.collect.MapsTest |
From |
To |
|
Change Variable Type entry : Map.Entry<Character,String> to entry : Entry<Character,String> in method public toArray() : char[][] in class com.google.common.escape.CharEscaperBuilder |
From |
To |
|
Change Variable Type entry : Map.Entry<Range<K>,V> to entry : Entry<Range<K>,V> in method public putAll(rangeMap RangeMap<K,V>) : void in class com.google.common.collect.TreeRangeMap |
From |
To |
|
Change Variable Type mapEntry : Map.Entry<K,Collection<V>> to mapEntry : Entry<K,Collection<V>> in method public next() : T in class com.google.common.collect.AbstractMapBasedMultimap.Itr |
From |
To |
|
Change Variable Type collectionIterator : Iterator<Map.Entry<String,Collection<Integer>>> to collectionIterator : Iterator<Entry<String,Collection<Integer>>> in method private assertOrderingReadOnly(multimap Multimap<String,Integer>) : void in class com.google.common.collect.LinkedHashMultimapTest |
From |
To |
|
Change Variable Type mapInternalArray : Map.Entry<Integer,Integer>[] to mapInternalArray : Entry<Integer,Integer>[] in method public testBuilderExactlySizedReusesArray() : void in class com.google.common.collect.ImmutableMapTest.CreationTests |
From |
To |
|
Change Variable Type entry : Map.Entry<?,?> to entry : Entry<?,?> in method public remove(o Object) : boolean in class com.google.common.collect.AbstractMapBasedMultimap.AsMap.AsMapEntries |
From |
To |
|
Change Variable Type entry : Map.Entry<?,? extends Collection<?>> to entry : Entry<?,? extends Collection<?>> in method public serialize(writer SerializationStreamWriter, instance Multimap<?,?>) : void in class com.google.common.collect.Multimap_CustomFieldSerializerBase |
From |
To |
|
Change Variable Type entries : List<Map.Entry<K,Collection<V>>> to entries : List<Entry<K,Collection<V>>> in method public build() : ImmutableSetMultimap<K,V> in class com.google.common.collect.ImmutableSetMultimap.Builder |
From |
To |
|
Change Variable Type entry : Map.Entry<Foo,Integer> to entry : Entry<Foo,Integer> in method public testEntry_setValue() : void in class com.google.common.collect.WellBehavedMapTest |
From |
To |
|
Change Variable Type builder : List<Map.Entry<K,V>> to builder : List<Entry<K,V>> in method public create(elements Object...) : Map<K,Collection<V>> in class com.google.common.collect.testing.google.MultimapTestSuiteBuilder.AsMapGenerator |
From |
To |
|
Change Variable Type oldEntry : Map.Entry<K,V> to oldEntry : Entry<K,V> in method protected createArrayWithNullValue() : Entry<K,V>[] in class com.google.common.collect.testing.AbstractMapTester |
From |
To |
|
Change Variable Type entry : Map.Entry<String,Collection<Integer>> to entry : Entry<String,Collection<Integer>> in method public testOrderedAsMapEntries() : void in class com.google.common.collect.TreeMultimapNaturalTest |
From |
To |
|
Change Variable Type entry : Map.Entry<Foo,Integer> to entry : Entry<Foo,Integer> in method public testEntrySet_remove() : void in class com.google.common.collect.WellBehavedMapTest |
From |
To |
|
Change Variable Type iterator : Iterator<Map.Entry<String,Integer>> to iterator : Iterator<Entry<String,Integer>> in method public testEntriesAfterMultimapUpdate() : void in class com.google.common.collect.LinkedListMultimapTest |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method private runEntryWithNullTest(entryWithNull Entry<K,V>) : void in class com.google.common.collect.testing.testers.MapHashCodeTester |
From |
To |
|
Change Variable Type array : Map.Entry<K,V>[] to array : Entry<K,V>[] in method protected createArrayWithNullKeyAndValue() : Entry<K,V>[] in class com.google.common.collect.testing.google.AbstractMultimapTester |
From |
To |
|
Change Variable Type asMapEntry : Map.Entry<K,Collection<V>> to asMapEntry : Entry<K,Collection<V>> in method public testRemoveAtIndexFromAsMapEntrySetPropagates() : void in class com.google.common.collect.testing.google.ListMultimapRemoveTester |
From |
To |
|
Change Variable Type entry : Map.Entry<Integer,String> to entry : Entry<Integer,String> in method public testUnmodifiableNavigableMap() : void in class com.google.common.collect.MapsTest |
From |
To |
|
Change Variable Type higherEntry : Map.Entry<Cut<K>,RangeMapEntry<K,V>> to higherEntry : Entry<Cut<K>,RangeMapEntry<K,V>> in method private coalescedRange(range Range<K>, value V) : Range<K> in class com.google.common.collect.TreeRangeMap |
From |
To |
|
Change Variable Type entries : Collection<Map.Entry<K,V>> to entries : Collection<Entry<K,V>> in method public create(elements Object...) : Collection<V> in class com.google.common.collect.testing.DerivedCollectionGenerators.MapValueCollectionGenerator |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method public remove(o Object) : boolean in class com.google.common.collect.FilteredMultimapValues |
From |
To |
|
Change Variable Type entry : Map.Entry<String,String> to entry : Entry<String,String> in method package tests(name String, factory CharSourceFactory, testAsByteSource boolean) : TestSuite in class com.google.common.io.CharSourceTester |
From |
To |
|
Change Variable Type colEntry : Map.Entry<C,V> to colEntry : Entry<C,V> in method package getCell(index int) : Cell<R,C,V> in class com.google.common.collect.SparseImmutableTable |
From |
To |
|
Change Variable Type entry : Map.Entry<String,Collection<Integer>> to entry : Entry<String,Collection<Integer>> in method public testLinkedAsMapEntries() : void in class com.google.common.collect.LinkedListMultimapTest |
From |
To |
|
Change Variable Type entryIterator : Iterator<Map.Entry<String,String>> to entryIterator : Iterator<Entry<String,String>> in method public testTransformChangesAreReflectedInUnderlyingMap() : void in class com.google.common.collect.MapsTransformValuesUnmodifiableIteratorTest |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Entry<K,V> in method package loadAll(keys Set<? extends K>, loader CacheLoader<? super K,V>) : Map<K,V> in class com.google.common.cache.LocalCache |
From |
To |
|
Change Variable Type entries : Set<Map.Entry<Integer,String>> to entries : Set<Entry<Integer,String>> in method public testBiMapEntrySetIteratorRemove() : void in class com.google.common.collect.HashBiMapTest |
From |
To |
|
Change Variable Type entries : List<Map.Entry<Object,Object>> to entries : List<Entry<Object,Object>> in method private warmUp(cache LoadingCache<Object,Object>, minimum int, maximum int) : List<Entry<Object,Object>> in class com.google.common.cache.PopulatedCachesTest |
From |
To |
|
Change Variable Type entry : Map.Entry<? extends K,? extends V> to entry : Entry<? extends K,? extends V> in method public putAll(multimap Multimap<? extends K,? extends V>) : boolean in class com.google.common.collect.AbstractMultimap |
From |
To |
|
Change Variable Type entries : Iterator<Map.Entry<String,Collection<Integer>>> to entries : Iterator<Entry<String,Collection<Integer>>> in method public testLinkedAsMapEntries() : void in class com.google.common.collect.LinkedListMultimapTest |
From |
To |
|
Change Variable Type row : Map.Entry<R,Map<C,V>> to row : Entry<R,Map<C,V>> in method package SparseImmutableTable(cellList ImmutableList<Cell<R,C,V>>, rowSpace ImmutableSet<R>, columnSpace ImmutableSet<C>) in class com.google.common.collect.SparseImmutableTable |
From |
To |
|
Change Variable Type entries : Set<Map.Entry<String,String>> to entries : Set<Entry<String,String>> in method public testTransformChangesAreReflectedInUnderlyingMap() : void in class com.google.common.collect.MapsTransformValuesTest |
From |
To |
|
Change Variable Type entryWithNull : Map.Entry<K,V> to entryWithNull : Entry<K,V> in method public testHashCode_containingNullKey() : void in class com.google.common.collect.testing.testers.MapHashCodeTester |
From |
To |
|
Change Variable Type entry : Map.Entry<String,String> to entry : Entry<String,String> in method package tests(name String, factory ByteSinkFactory) : TestSuite in class com.google.common.io.ByteSinkTester |
From |
To |