|
Change Parameter Type realIterator : CloseableIterator<CacheEntry<K,C>> to realIterator : CloseableIterator<CacheEntry<K,V>> in method public TransactionAwareCloseableIterator(realIterator CloseableIterator<CacheEntry<K,V>>, filter KeyValueFilter<? super K,? super V>, converter Converter<? super K,? super V,? extends C>, ctx TxInvocationContext<LocalTransaction>, cache Cache<K,V>) in class org.infinispan.iteration.impl.TransactionAwareCloseableIterator |
From |
To |
|
Change Parameter Type cache : Cache<K,?> to cache : Cache<K,V> in method public TransactionAwareCloseableIterator(realIterator CloseableIterator<CacheEntry<K,V>>, filter KeyValueFilter<? super K,? super V>, converter Converter<? super K,? super V,? extends C>, ctx TxInvocationContext<LocalTransaction>, cache Cache<K,V>) in class org.infinispan.iteration.impl.TransactionAwareCloseableIterator |
From |
To |
|
Change Parameter Type realIterator : CloseableIterator<CacheEntry<K,C>> to realIterator : CloseableIterator<CacheEntry<K,V>> in method public RemovableEntryIterator(realIterator CloseableIterator<CacheEntry<K,V>>, cache Cache<K,V>, initIterator boolean) in class org.infinispan.iteration.impl.RemovableEntryIterator |
From |
To |
|
Change Parameter Type cache : Cache<K,?> to cache : Cache<K,V> in method public RemovableEntryIterator(realIterator CloseableIterator<CacheEntry<K,V>>, cache Cache<K,V>, initIterator boolean) in class org.infinispan.iteration.impl.RemovableEntryIterator |
From |
To |
|
Change Variable Type iteratedEntry : CacheEntry<K,C> to iteratedEntry : CacheEntry<K,V> in method protected getNextFromIterator() : CacheEntry<K,C> in class org.infinispan.iteration.impl.TransactionAwareCloseableIterator |
From |
To |
|
Change Variable Type returnedEntry : CacheEntry<K,C> to returnedEntry : CacheEntry<K,V> in method protected getNextFromIterator() : CacheEntry<K,C> in class org.infinispan.iteration.impl.TransactionAwareCloseableIterator |
From |
To |
|
Change Variable Type entry : CacheEntry<K,C> to entry : CacheEntry<K,V> in method protected getNextFromIterator() : CacheEntry<K,C> in class org.infinispan.iteration.impl.TransactionAwareCloseableIterator |
From |
To |