|
Change Parameter Type action : Action<? super Map.Entry<K,V>> to action : Consumer<? super Map.Entry<K,V>> in method public forEach(action Consumer<? super Map.Entry<K,V>>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.EntrySetView |
From |
To |
|
Change Parameter Type action : KeyValueAction<? super K,? super V> to action : BiConsumer<? super K,? super V> in method public forEach(parallelismThreshold long, action BiConsumer<? super K,? super V>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToInt<? super K> to transformer : ToIntFunction<? super K> in method package MapReduceKeysToIntTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceKeysToIntTask<K,V>, transformer ToIntFunction<? super K>, basis int, reducer IntBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceKeysToIntTask |
From |
To |
|
Change Parameter Type reducer : IntByIntToInt to reducer : IntBinaryOperator in method package MapReduceValuesToIntTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceValuesToIntTask<K,V>, transformer ToIntFunction<? super V>, basis int, reducer IntBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceValuesToIntTask |
From |
To |
|
Change Parameter Type action : Action<? super K> to action : Consumer<? super K> in method public forEachKey(parallelismThreshold long, action Consumer<? super K>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectByObjectToDouble<? super K,? super V> to transformer : ToDoubleBiFunction<? super K,? super V> in method public reduceToDouble(parallelismThreshold long, transformer ToDoubleBiFunction<? super K,? super V>, basis double, reducer DoubleBinaryOperator) : double in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectByObjectToDouble<? super K,? super V> to transformer : ToDoubleBiFunction<? super K,? super V> in method package MapReduceMappingsToDoubleTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceMappingsToDoubleTask<K,V>, transformer ToDoubleBiFunction<? super K,? super V>, basis double, reducer DoubleBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceMappingsToDoubleTask |
From |
To |
|
Change Parameter Type transformer : Fun<? super K,? extends U> to transformer : Function<? super K,? extends U> in method public forEachKey(parallelismThreshold long, transformer Function<? super K,? extends U>, action Consumer<? super U>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : LongByLongToLong to reducer : LongBinaryOperator in method public reduceEntriesToLong(parallelismThreshold long, transformer ToLongFunction<Entry<K,V>>, basis long, reducer LongBinaryOperator) : long in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type searchFunction : Fun<Entry<K,V>,? extends U> to searchFunction : Function<Entry<K,V>,? extends U> in method package SearchEntriesTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], searchFunction Function<Entry<K,V>,? extends U>, result AtomicReference<U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.SearchEntriesTask |
From |
To |
|
Change Parameter Type transformer : ObjectToLong<? super V> to transformer : ToLongFunction<? super V> in method public reduceValuesToLong(parallelismThreshold long, transformer ToLongFunction<? super V>, basis long, reducer LongBinaryOperator) : long in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : BiFun<? super K,? super V,? extends U> to transformer : BiFunction<? super K,? super V,? extends U> in method public forEach(parallelismThreshold long, transformer BiFunction<? super K,? super V,? extends U>, action Consumer<? super U>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super K> to action : Consumer<? super K> in method public forEach(action Consumer<? super K>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView |
From |
To |
|
Change Parameter Type transformer : ObjectToInt<? super V> to transformer : ToIntFunction<? super V> in method public reduceValuesToInt(parallelismThreshold long, transformer ToIntFunction<? super V>, basis int, reducer IntBinaryOperator) : int in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : LongByLongToLong to reducer : LongBinaryOperator in method public reduceToLong(parallelismThreshold long, transformer ToLongBiFunction<? super K,? super V>, basis long, reducer LongBinaryOperator) : long in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super V> to action : Consumer<? super V> in method public forEachRemaining(action Consumer<? super V>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ValueSpliterator |
From |
To |
|
Change Parameter Type transformer : Fun<? super V,? extends U> to transformer : Function<? super V,? extends U> in method package ForEachTransformedValueTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], transformer Function<? super V,? extends U>, action Consumer<? super U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ForEachTransformedValueTask |
From |
To |
|
Change Parameter Type reducer : BiFun<? super U,? super U,? extends U> to reducer : BiFunction<? super U,? super U,? extends U> in method package MapReduceEntriesTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceEntriesTask<K,V,U>, transformer Function<Map.Entry<K,V>,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceEntriesTask |
From |
To |
|
Change Parameter Type transformer : Fun<? super V,? extends U> to transformer : Function<? super V,? extends U> in method public forEachValue(parallelismThreshold long, transformer Function<? super V,? extends U>, action Consumer<? super U>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type remappingFunction : BiFun<? super V,? super V,? extends V> to remappingFunction : BiFunction<? super V,? super V,? extends V> in method public merge(key K, value V, remappingFunction BiFunction<? super V,? super V,? extends V>) : V in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : BiFun<? super V,? super V,? extends V> to reducer : BiFunction<? super V,? super V,? extends V> in method package ReduceValuesTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight ReduceValuesTask<K,V>, reducer BiFunction<? super V,? super V,? extends V>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ReduceValuesTask |
From |
To |
|
Change Parameter Type action : ParallelIterableMap.KeyValueAction<? super K,? super V> to action : BiConsumer<? super K,? super V> in method private execute(executorService ExecutorService, action BiConsumer<? super K,? super V>) : void in class org.infinispan.util.concurrent.BoundedConcurrentHashMap |
From |
To |
|
Change Parameter Type reducer : DoubleByDoubleToDouble to reducer : DoubleBinaryOperator in method public reduceToDouble(parallelismThreshold long, transformer ToDoubleBiFunction<? super K,? super V>, basis double, reducer DoubleBinaryOperator) : double in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super V> to action : Consumer<? super V> in method public tryAdvance(action Consumer<? super V>) : boolean in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ValueSpliterator |
From |
To |
|
Change Parameter Type action : Action<? super Entry<K,V>> to action : Consumer<? super Entry<K,V>> in method package ForEachEntryTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], action Consumer<? super Entry<K,V>>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ForEachEntryTask |
From |
To |
|
Change Parameter Type action : KeyValueAction<? super K,InternalCacheEntry<K,V>> to action : BiConsumer<? super K,InternalCacheEntry<K,V>> in method public executeTask(filter KeyValueFilter<? super K,? super V>, action BiConsumer<? super K,InternalCacheEntry<K,V>>) : void in class org.infinispan.eviction.impl.ManualEvictionWithSizeBasedAndConcurrentOperationsInPrimaryOwnerTest.ControlledDataContainer |
From |
To |
|
Change Parameter Type transformer : ObjectToDouble<? super K> to transformer : ToDoubleFunction<? super K> in method package MapReduceKeysToDoubleTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceKeysToDoubleTask<K,V>, transformer ToDoubleFunction<? super K>, basis double, reducer DoubleBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceKeysToDoubleTask |
From |
To |
|
Change Parameter Type action : Action<? super U> to action : Consumer<? super U> in method public forEachEntry(parallelismThreshold long, transformer Function<Map.Entry<K,V>,? extends U>, action Consumer<? super U>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectByObjectToLong<? super K,? super V> to transformer : ToLongBiFunction<? super K,? super V> in method package MapReduceMappingsToLongTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceMappingsToLongTask<K,V>, transformer ToLongBiFunction<? super K,? super V>, basis long, reducer LongBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceMappingsToLongTask |
From |
To |
|
Change Parameter Type transformer : ObjectToDouble<? super V> to transformer : ToDoubleFunction<? super V> in method package MapReduceValuesToDoubleTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceValuesToDoubleTask<K,V>, transformer ToDoubleFunction<? super V>, basis double, reducer DoubleBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceValuesToDoubleTask |
From |
To |
|
Change Parameter Type remappingFunction : BiFun<? super V,? super V,? extends V> to remappingFunction : BiFunction<? super V,? super V,? extends V> in method public merge(key K, value V, remappingFunction BiFunction<? super V,? super V,? extends V>) : V in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : Fun<Map.Entry<K,V>,? extends U> to transformer : Function<Map.Entry<K,V>,? extends U> in method package MapReduceEntriesTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceEntriesTask<K,V,U>, transformer Function<Map.Entry<K,V>,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceEntriesTask |
From |
To |
|
Change Parameter Type reducer : BiFun<? super U,? super U,? extends U> to reducer : BiFunction<? super U,? super U,? extends U> in method package MapReduceKeysTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceKeysTask<K,V,U>, transformer Function<? super K,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceKeysTask |
From |
To |
|
Change Parameter Type transformer : ObjectToDouble<Map.Entry<K,V>> to transformer : ToDoubleFunction<Map.Entry<K,V>> in method package MapReduceEntriesToDoubleTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceEntriesToDoubleTask<K,V>, transformer ToDoubleFunction<Map.Entry<K,V>>, basis double, reducer DoubleBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceEntriesToDoubleTask |
From |
To |
|
Change Parameter Type transformer : Fun<? super K,? extends U> to transformer : Function<? super K,? extends U> in method public forEachKey(parallelismThreshold long, transformer Function<? super K,? extends U>, action Consumer<? super U>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToDouble<? super V> to transformer : ToDoubleFunction<? super V> in method package MapReduceValuesToDoubleTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceValuesToDoubleTask<K,V>, transformer ToDoubleFunction<? super V>, basis double, reducer DoubleBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceValuesToDoubleTask |
From |
To |
|
Change Parameter Type transformer : ObjectToInt<? super K> to transformer : ToIntFunction<? super K> in method package MapReduceKeysToIntTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceKeysToIntTask<K,V>, transformer ToIntFunction<? super K>, basis int, reducer IntBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceKeysToIntTask |
From |
To |
|
Change Parameter Type searchFunction : Fun<? super V,? extends U> to searchFunction : Function<? super V,? extends U> in method package SearchValuesTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], searchFunction Function<? super V,? extends U>, result AtomicReference<U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.SearchValuesTask |
From |
To |
|
Change Parameter Type reducer : IntByIntToInt to reducer : IntBinaryOperator in method public reduceEntriesToInt(parallelismThreshold long, transformer ToIntFunction<Entry<K,V>>, basis int, reducer IntBinaryOperator) : int in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super Entry<K,V>> to action : Consumer<? super Entry<K,V>> in method package ForEachEntryTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], action Consumer<? super Entry<K,V>>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ForEachEntryTask |
From |
To |
|
Change Parameter Type searchFunction : Fun<? super V,? extends U> to searchFunction : Function<? super V,? extends U> in method package SearchValuesTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], searchFunction Function<? super V,? extends U>, result AtomicReference<U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.SearchValuesTask |
From |
To |
|
Change Parameter Type action : Action<? super V> to action : Consumer<? super V> in method public forEach(action Consumer<? super V>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ValuesView |
From |
To |
|
Change Parameter Type action : Action<? super U> to action : Consumer<? super U> in method public forEach(parallelismThreshold long, transformer BiFunction<? super K,? super V,? extends U>, action Consumer<? super U>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : Fun<Map.Entry<K,V>,? extends U> to transformer : Function<Map.Entry<K,V>,? extends U> in method package MapReduceEntriesTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceEntriesTask<K,V,U>, transformer Function<Map.Entry<K,V>,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceEntriesTask |
From |
To |
|
Change Parameter Type reducer : BiFun<? super U,? super U,? extends U> to reducer : BiFunction<? super U,? super U,? extends U> in method public reduceEntries(parallelismThreshold long, transformer Function<Map.Entry<K,V>,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToInt<Map.Entry<K,V>> to transformer : ToIntFunction<Entry<K,V>> in method public reduceEntriesToInt(parallelismThreshold long, transformer ToIntFunction<Entry<K,V>>, basis int, reducer IntBinaryOperator) : int in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : BiFun<? super V,? super V,? extends V> to reducer : BiFunction<? super V,? super V,? extends V> in method package ReduceValuesTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight ReduceValuesTask<K,V>, reducer BiFunction<? super V,? super V,? extends V>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ReduceValuesTask |
From |
To |
|
Change Parameter Type transformer : Fun<? super V,? extends U> to transformer : Function<? super V,? extends U> in method public forEachValue(parallelismThreshold long, transformer Function<? super V,? extends U>, action Consumer<? super U>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super U> to action : Consumer<? super U> in method public forEachKey(parallelismThreshold long, transformer Function<? super K,? extends U>, action Consumer<? super U>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToLong<? super V> to transformer : ToLongFunction<? super V> in method package MapReduceValuesToLongTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceValuesToLongTask<K,V>, transformer ToLongFunction<? super V>, basis long, reducer LongBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceValuesToLongTask |
From |
To |
|
Change Parameter Type action : KeyValueAction<? super K,InternalCacheEntry<K,V>> to action : BiConsumer<? super K,InternalCacheEntry<K,V>> in method public executeTask(filter KeyFilter<? super K>, action BiConsumer<? super K,InternalCacheEntry<K,V>>) : void in class org.infinispan.eviction.impl.ManualEvictionWithSizeBasedAndConcurrentOperationsInPrimaryOwnerTest.ControlledDataContainer |
From |
To |
|
Change Parameter Type reducer : DoubleByDoubleToDouble to reducer : DoubleBinaryOperator in method package MapReduceEntriesToDoubleTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceEntriesToDoubleTask<K,V>, transformer ToDoubleFunction<Entry<K,V>>, basis double, reducer DoubleBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceEntriesToDoubleTask |
From |
To |
|
Change Parameter Type action : ParallelIterableMap.KeyValueAction<? super K,? super InternalCacheEntry<K,V>> to action : BiConsumer<? super K,? super InternalCacheEntry<K,V>> in method public KeyValueActionForCacheLoaderTask(action BiConsumer<? super K,? super InternalCacheEntry<K,V>>) in class org.infinispan.iteration.impl.LocalEntryRetriever.KeyValueActionForCacheLoaderTask |
From |
To |
|
Change Parameter Type action : Action<? super U> to action : Consumer<? super U> in method public forEachKey(parallelismThreshold long, transformer Function<? super K,? extends U>, action Consumer<? super U>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : LongByLongToLong to reducer : LongBinaryOperator in method public reduceValuesToLong(parallelismThreshold long, transformer ToLongFunction<? super V>, basis long, reducer LongBinaryOperator) : long in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : KeyValueAction<? super Object,InternalCacheEntry<Object,Object>> to action : BiConsumer<? super Object,InternalCacheEntry<Object,Object>> in method public executeTask(filter KeyValueFilter<? super Object,? super Object>, action BiConsumer<? super Object,InternalCacheEntry<Object,Object>>) : void in class org.infinispan.configuration.QueryableDataContainer |
From |
To |
|
Change Parameter Type function : BiFun<? super K,? super V,? extends V> to function : BiFunction<? super K,? super V,? extends V> in method public replaceAll(function BiFunction<? super K,? super V,? extends V>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : BiFun<? super K,? super K,? extends K> to reducer : BiFunction<? super K,? super K,? extends K> in method package ReduceKeysTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight ReduceKeysTask<K,V>, reducer BiFunction<? super K,? super K,? extends K>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ReduceKeysTask |
From |
To |
|
Change Parameter Type reducer : LongByLongToLong to reducer : LongBinaryOperator in method package MapReduceKeysToLongTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceKeysToLongTask<K,V>, transformer ToLongFunction<? super K>, basis long, reducer LongBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceKeysToLongTask |
From |
To |
|
Change Parameter Type transformer : BiFun<? super K,? super V,? extends U> to transformer : BiFunction<? super K,? super V,? extends U> in method public reduce(parallelismThreshold long, transformer BiFunction<? super K,? super V,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : BiFun<? super U,? super U,? extends U> to reducer : BiFunction<? super U,? super U,? extends U> in method public reduceKeys(parallelismThreshold long, transformer Function<? super K,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : IntByIntToInt to reducer : IntBinaryOperator in method package MapReduceKeysToIntTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceKeysToIntTask<K,V>, transformer ToIntFunction<? super K>, basis int, reducer IntBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceKeysToIntTask |
From |
To |
|
Change Parameter Type action : ParallelIterableMap.KeyValueAction<? super K,? super V> to action : BiConsumer<? super K,? super V> in method public forEach(parallelismThreshold long, action BiConsumer<? super K,? super V>) : void in class org.infinispan.util.concurrent.BoundedConcurrentHashMap |
From |
To |
|
Change Parameter Type reducer : LongByLongToLong to reducer : LongBinaryOperator in method package MapReduceMappingsToLongTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceMappingsToLongTask<K,V>, transformer ToLongBiFunction<? super K,? super V>, basis long, reducer LongBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceMappingsToLongTask |
From |
To |
|
Change Parameter Type reducer : IntByIntToInt to reducer : IntBinaryOperator in method package MapReduceEntriesToIntTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceEntriesToIntTask<K,V>, transformer ToIntFunction<Entry<K,V>>, basis int, reducer IntBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceEntriesToIntTask |
From |
To |
|
Change Parameter Type action : KeyValueAction<? super K,? super V> to action : BiConsumer<? super K,? super V> in method public forEach(parallelismThreshold long, action BiConsumer<? super K,? super V>) : void in class org.infinispan.commons.util.concurrent.ParallelIterableMap |
From |
To |
|
Change Parameter Type transformer : Fun<Map.Entry<K,V>,? extends U> to transformer : Function<Map.Entry<K,V>,? extends U> in method public forEachEntry(parallelismThreshold long, transformer Function<Map.Entry<K,V>,? extends U>, action Consumer<? super U>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : BiFun<? super U,? super U,? extends U> to reducer : BiFunction<? super U,? super U,? extends U> in method public reduceValues(parallelismThreshold long, transformer Function<? super V,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super Map.Entry<K,V>> to action : Consumer<? super Map.Entry<K,V>> in method public forEachEntry(parallelismThreshold long, action Consumer<? super Map.Entry<K,V>>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : DoubleByDoubleToDouble to reducer : DoubleBinaryOperator in method package MapReduceKeysToDoubleTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceKeysToDoubleTask<K,V>, transformer ToDoubleFunction<? super K>, basis double, reducer DoubleBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceKeysToDoubleTask |
From |
To |
|
Change Parameter Type reducer : IntByIntToInt to reducer : IntBinaryOperator in method public reduceToInt(parallelismThreshold long, transformer ToIntBiFunction<? super K,? super V>, basis int, reducer IntBinaryOperator) : int in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type searchFunction : Fun<? super V,? extends U> to searchFunction : Function<? super V,? extends U> in method public searchValues(parallelismThreshold long, searchFunction Function<? super V,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : BiFun<? super K,? super V,? extends U> to transformer : BiFunction<? super K,? super V,? extends U> in method public reduce(parallelismThreshold long, transformer BiFunction<? super K,? super V,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type searchFunction : Fun<Map.Entry<K,V>,? extends U> to searchFunction : Function<Map.Entry<K,V>,? extends U> in method public searchEntries(parallelismThreshold long, searchFunction Function<Map.Entry<K,V>,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToDouble<Map.Entry<K,V>> to transformer : ToDoubleFunction<Entry<K,V>> in method public reduceEntriesToDouble(parallelismThreshold long, transformer ToDoubleFunction<Entry<K,V>>, basis double, reducer DoubleBinaryOperator) : double in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type searchFunction : Fun<? super K,? extends U> to searchFunction : Function<? super K,? extends U> in method public searchKeys(parallelismThreshold long, searchFunction Function<? super K,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type mappingFunction : Fun<? super K,? extends V> to mappingFunction : Function<? super K,? extends V> in method public computeIfAbsent(key K, mappingFunction Function<? super K,? extends V>) : V in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToLong<Map.Entry<K,V>> to transformer : ToLongFunction<Entry<K,V>> in method public reduceEntriesToLong(parallelismThreshold long, transformer ToLongFunction<Entry<K,V>>, basis long, reducer LongBinaryOperator) : long in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : LongByLongToLong to reducer : LongBinaryOperator in method package MapReduceEntriesToLongTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceEntriesToLongTask<K,V>, transformer ToLongFunction<Entry<K,V>>, basis long, reducer LongBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceEntriesToLongTask |
From |
To |
|
Change Parameter Type reducer : IntByIntToInt to reducer : IntBinaryOperator in method package MapReduceMappingsToIntTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceMappingsToIntTask<K,V>, transformer ToIntBiFunction<? super K,? super V>, basis int, reducer IntBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceMappingsToIntTask |
From |
To |
|
Change Parameter Type action : Action<? super U> to action : Consumer<? super U> in method public forEach(parallelismThreshold long, transformer BiFunction<? super K,? super V,? extends U>, action Consumer<? super U>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : IntByIntToInt to reducer : IntBinaryOperator in method public reduceToInt(parallelismThreshold long, transformer ToIntBiFunction<? super K,? super V>, basis int, reducer IntBinaryOperator) : int in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : Fun<Map.Entry<K,V>,? extends U> to transformer : Function<Map.Entry<K,V>,? extends U> in method public reduceEntries(parallelismThreshold long, transformer Function<Map.Entry<K,V>,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super V> to action : Consumer<? super V> in method public forEachValue(parallelismThreshold long, action Consumer<? super V>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : BiFun<? super U,? super U,? extends U> to reducer : BiFunction<? super U,? super U,? extends U> in method package MapReduceEntriesTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceEntriesTask<K,V,U>, transformer Function<Map.Entry<K,V>,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceEntriesTask |
From |
To |
|
Change Parameter Type remappingFunction : BiFun<? super K,? super V,? extends V> to remappingFunction : BiFunction<? super K,? super V,? extends V> in method public compute(key K, remappingFunction BiFunction<? super K,? super V,? extends V>) : V in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super U> to action : Consumer<? super U> in method package ForEachTransformedKeyTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], transformer Function<? super K,? extends U>, action Consumer<? super U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ForEachTransformedKeyTask |
From |
To |
|
Change Parameter Type transformer : ObjectToDouble<Map.Entry<K,V>> to transformer : ToDoubleFunction<Entry<K,V>> in method package MapReduceEntriesToDoubleTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceEntriesToDoubleTask<K,V>, transformer ToDoubleFunction<Entry<K,V>>, basis double, reducer DoubleBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceEntriesToDoubleTask |
From |
To |
|
Change Parameter Type transformer : ObjectByObjectToInt<? super K,? super V> to transformer : ToIntBiFunction<? super K,? super V> in method package MapReduceMappingsToIntTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceMappingsToIntTask<K,V>, transformer ToIntBiFunction<? super K,? super V>, basis int, reducer IntBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceMappingsToIntTask |
From |
To |
|
Change Parameter Type action : Action<? super V> to action : Consumer<? super V> in method public forEachRemaining(action Consumer<? super V>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ValueSpliterator |
From |
To |
|
Change Parameter Type reducer : DoubleByDoubleToDouble to reducer : DoubleBinaryOperator in method public reduceKeysToDouble(parallelismThreshold long, transformer ToDoubleFunction<? super K>, basis double, reducer DoubleBinaryOperator) : double in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : BiFun<? super U,? super U,? extends U> to reducer : BiFunction<? super U,? super U,? extends U> in method public reduce(parallelismThreshold long, transformer BiFunction<? super K,? super V,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super K> to action : Consumer<? super K> in method package ForEachKeyTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], action Consumer<? super K>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ForEachKeyTask |
From |
To |
|
Change Parameter Type transformer : ObjectToInt<? super K> to transformer : ToIntFunction<? super K> in method public reduceKeysToInt(parallelismThreshold long, transformer ToIntFunction<? super K>, basis int, reducer IntBinaryOperator) : int in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : DoubleByDoubleToDouble to reducer : DoubleBinaryOperator in method public reduceToDouble(parallelismThreshold long, transformer ToDoubleBiFunction<? super K,? super V>, basis double, reducer DoubleBinaryOperator) : double in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectByObjectToDouble<? super K,? super V> to transformer : ToDoubleBiFunction<? super K,? super V> in method package MapReduceMappingsToDoubleTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceMappingsToDoubleTask<K,V>, transformer ToDoubleBiFunction<? super K,? super V>, basis double, reducer DoubleBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceMappingsToDoubleTask |
From |
To |
|
Change Parameter Type transformer : Fun<? super K,? extends U> to transformer : Function<? super K,? extends U> in method package ForEachTransformedKeyTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], transformer Function<? super K,? extends U>, action Consumer<? super U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ForEachTransformedKeyTask |
From |
To |
|
Change Parameter Type transformer : Fun<? super K,? extends U> to transformer : Function<? super K,? extends U> in method package MapReduceKeysTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceKeysTask<K,V,U>, transformer Function<? super K,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceKeysTask |
From |
To |
|
Change Parameter Type reducer : IntByIntToInt to reducer : IntBinaryOperator in method package MapReduceValuesToIntTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceValuesToIntTask<K,V>, transformer ToIntFunction<? super V>, basis int, reducer IntBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceValuesToIntTask |
From |
To |
|
Change Parameter Type action : Action<? super U> to action : Consumer<? super U> in method package ForEachTransformedMappingTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], transformer BiFunction<? super K,? super V,? extends U>, action Consumer<? super U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ForEachTransformedMappingTask |
From |
To |
|
Change Parameter Type reducer : BiFun<Entry<K,V>,Map.Entry<K,V>,? extends Map.Entry<K,V>> to reducer : BiFunction<Entry<K,V>,Map.Entry<K,V>,? extends Map.Entry<K,V>> in method package ReduceEntriesTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight ReduceEntriesTask<K,V>, reducer BiFunction<Entry<K,V>,Map.Entry<K,V>,? extends Map.Entry<K,V>>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ReduceEntriesTask |
From |
To |
|
Change Parameter Type remappingFunction : BiFun<? super K,? super V,? extends V> to remappingFunction : BiFunction<? super K,? super V,? extends V> in method public compute(key K, remappingFunction BiFunction<? super K,? super V,? extends V>) : V in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type searchFunction : Fun<? super K,? extends U> to searchFunction : Function<? super K,? extends U> in method public searchKeys(parallelismThreshold long, searchFunction Function<? super K,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectByObjectToInt<? super K,? super V> to transformer : ToIntBiFunction<? super K,? super V> in method public reduceToInt(parallelismThreshold long, transformer ToIntBiFunction<? super K,? super V>, basis int, reducer IntBinaryOperator) : int in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToDouble<? super K> to transformer : ToDoubleFunction<? super K> in method package MapReduceKeysToDoubleTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceKeysToDoubleTask<K,V>, transformer ToDoubleFunction<? super K>, basis double, reducer DoubleBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceKeysToDoubleTask |
From |
To |
|
Change Parameter Type transformer : Fun<? super K,? extends U> to transformer : Function<? super K,? extends U> in method package ForEachTransformedKeyTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], transformer Function<? super K,? extends U>, action Consumer<? super U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ForEachTransformedKeyTask |
From |
To |
|
Change Parameter Type reducer : BiFun<Map.Entry<K,V>,Map.Entry<K,V>,? extends Map.Entry<K,V>> to reducer : BiFunction<Entry<K,V>,Entry<K,V>,? extends Entry<K,V>> in method public reduceEntries(parallelismThreshold long, reducer BiFunction<Entry<K,V>,Entry<K,V>,? extends Entry<K,V>>) : Map.Entry<K,V> in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : BiFun<? super U,? super U,? extends U> to reducer : BiFunction<? super U,? super U,? extends U> in method package MapReduceValuesTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceValuesTask<K,V,U>, transformer Function<? super V,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceValuesTask |
From |
To |
|
Change Parameter Type action : Action<? super U> to action : Consumer<? super U> in method package ForEachTransformedMappingTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], transformer BiFunction<? super K,? super V,? extends U>, action Consumer<? super U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ForEachTransformedMappingTask |
From |
To |
|
Change Parameter Type action : Action<? super U> to action : Consumer<? super U> in method public forEachValue(parallelismThreshold long, transformer Function<? super V,? extends U>, action Consumer<? super U>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToLong<? super K> to transformer : ToLongFunction<? super K> in method public reduceKeysToLong(parallelismThreshold long, transformer ToLongFunction<? super K>, basis long, reducer LongBinaryOperator) : long in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToInt<? super V> to transformer : ToIntFunction<? super V> in method package MapReduceValuesToIntTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceValuesToIntTask<K,V>, transformer ToIntFunction<? super V>, basis int, reducer IntBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceValuesToIntTask |
From |
To |
|
Change Parameter Type reducer : BiFun<? super U,? super U,? extends U> to reducer : BiFunction<? super U,? super U,? extends U> in method package MapReduceValuesTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceValuesTask<K,V,U>, transformer Function<? super V,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceValuesTask |
From |
To |
|
Change Parameter Type reducer : IntByIntToInt to reducer : IntBinaryOperator in method package MapReduceMappingsToIntTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceMappingsToIntTask<K,V>, transformer ToIntBiFunction<? super K,? super V>, basis int, reducer IntBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceMappingsToIntTask |
From |
To |
|
Change Parameter Type reducer : IntByIntToInt to reducer : IntBinaryOperator in method package MapReduceEntriesToIntTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceEntriesToIntTask<K,V>, transformer ToIntFunction<Map.Entry<K,V>>, basis int, reducer IntBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceEntriesToIntTask |
From |
To |
|
Change Parameter Type reducer : DoubleByDoubleToDouble to reducer : DoubleBinaryOperator in method package MapReduceMappingsToDoubleTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceMappingsToDoubleTask<K,V>, transformer ToDoubleBiFunction<? super K,? super V>, basis double, reducer DoubleBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceMappingsToDoubleTask |
From |
To |
|
Change Parameter Type action : Action<? super K> to action : Consumer<? super K> in method public forEach(action Consumer<? super K>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView |
From |
To |
|
Change Parameter Type action : BiAction<? super K,? super V> to action : BiConsumer<? super K,? super V> in method package ForEachMappingTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], action BiConsumer<? super K,? super V>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ForEachMappingTask |
From |
To |
|
Change Parameter Type transformer : ObjectByObjectToInt<? super K,? super V> to transformer : ToIntBiFunction<? super K,? super V> in method package MapReduceMappingsToIntTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceMappingsToIntTask<K,V>, transformer ToIntBiFunction<? super K,? super V>, basis int, reducer IntBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceMappingsToIntTask |
From |
To |
|
Change Parameter Type reducer : DoubleByDoubleToDouble to reducer : DoubleBinaryOperator in method package MapReduceMappingsToDoubleTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceMappingsToDoubleTask<K,V>, transformer ToDoubleBiFunction<? super K,? super V>, basis double, reducer DoubleBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceMappingsToDoubleTask |
From |
To |
|
Change Parameter Type reducer : DoubleByDoubleToDouble to reducer : DoubleBinaryOperator in method package MapReduceValuesToDoubleTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceValuesToDoubleTask<K,V>, transformer ToDoubleFunction<? super V>, basis double, reducer DoubleBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceValuesToDoubleTask |
From |
To |
|
Change Parameter Type searchFunction : Fun<Entry<K,V>,? extends U> to searchFunction : Function<Entry<K,V>,? extends U> in method package SearchEntriesTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], searchFunction Function<Entry<K,V>,? extends U>, result AtomicReference<U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.SearchEntriesTask |
From |
To |
|
Change Parameter Type action : KeyValueAction<? super K,InternalCacheEntry<K,V>> to action : BiConsumer<? super K,InternalCacheEntry<K,V>> in method public executeTask(filter KeyFilter<? super K>, action BiConsumer<? super K,InternalCacheEntry<K,V>>) : void in class org.infinispan.container.DefaultDataContainer |
From |
To |
|
Change Parameter Type transformer : BiFun<? super K,? super V,? extends U> to transformer : BiFunction<? super K,? super V,? extends U> in method package MapReduceMappingsTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceMappingsTask<K,V,U>, transformer BiFunction<? super K,? super V,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceMappingsTask |
From |
To |
|
Change Parameter Type action : Action<? super U> to action : Consumer<? super U> in method package ForEachTransformedEntryTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], transformer Function<Map.Entry<K,V>,? extends U>, action Consumer<? super U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ForEachTransformedEntryTask |
From |
To |
|
Change Parameter Type transformer : Fun<? super V,? extends U> to transformer : Function<? super V,? extends U> in method public reduceValues(parallelismThreshold long, transformer Function<? super V,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : IntByIntToInt to reducer : IntBinaryOperator in method public reduceKeysToInt(parallelismThreshold long, transformer ToIntFunction<? super K>, basis int, reducer IntBinaryOperator) : int in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : BiFun<? super U,? super U,? extends U> to reducer : BiFunction<? super U,? super U,? extends U> in method package MapReduceMappingsTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceMappingsTask<K,V,U>, transformer BiFunction<? super K,? super V,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceMappingsTask |
From |
To |
|
Change Parameter Type transformer : ObjectToLong<Map.Entry<K,V>> to transformer : ToLongFunction<Entry<K,V>> in method package MapReduceEntriesToLongTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceEntriesToLongTask<K,V>, transformer ToLongFunction<Entry<K,V>>, basis long, reducer LongBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceEntriesToLongTask |
From |
To |
|
Change Parameter Type searchFunction : BiFun<? super K,? super V,? extends U> to searchFunction : BiFunction<? super K,? super V,? extends U> in method package SearchMappingsTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], searchFunction BiFunction<? super K,? super V,? extends U>, result AtomicReference<U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.SearchMappingsTask |
From |
To |
|
Change Parameter Type reducer : LongByLongToLong to reducer : LongBinaryOperator in method public reduceKeysToLong(parallelismThreshold long, transformer ToLongFunction<? super K>, basis long, reducer LongBinaryOperator) : long in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToLong<Map.Entry<K,V>> to transformer : ToLongFunction<Map.Entry<K,V>> in method package MapReduceEntriesToLongTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceEntriesToLongTask<K,V>, transformer ToLongFunction<Map.Entry<K,V>>, basis long, reducer LongBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceEntriesToLongTask |
From |
To |
|
Change Parameter Type action : Action<? super K> to action : Consumer<? super K> in method public forEachRemaining(action Consumer<? super K>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySpliterator |
From |
To |
|
Change Parameter Type action : Action<? super U> to action : Consumer<? super U> in method public forEachEntry(parallelismThreshold long, transformer Function<Map.Entry<K,V>,? extends U>, action Consumer<? super U>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : BiFun<? super U,? super U,? extends U> to reducer : BiFunction<? super U,? super U,? extends U> in method package MapReduceKeysTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceKeysTask<K,V,U>, transformer Function<? super K,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceKeysTask |
From |
To |
|
Change Parameter Type action : Action<? super V> to action : Consumer<? super V> in method public forEach(action Consumer<? super V>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ValuesView |
From |
To |
|
Change Parameter Type action : KeyValueAction<? super K,? super V> to action : BiConsumer<? super K,? super V> in method package ForEachMappingTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], action BiConsumer<? super K,? super V>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ForEachMappingTask |
From |
To |
|
Change Parameter Type action : Action<? super Map.Entry<K,V>> to action : Consumer<? super Map.Entry<K,V>> in method public forEachEntry(parallelismThreshold long, action Consumer<? super Map.Entry<K,V>>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToInt<? super K> to transformer : ToIntFunction<? super K> in method public reduceKeysToInt(parallelismThreshold long, transformer ToIntFunction<? super K>, basis int, reducer IntBinaryOperator) : int in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super V> to action : Consumer<? super V> in method package ForEachValueTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], action Consumer<? super V>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ForEachValueTask |
From |
To |
|
Change Parameter Type reducer : LongByLongToLong to reducer : LongBinaryOperator in method public reduceValuesToLong(parallelismThreshold long, transformer ToLongFunction<? super V>, basis long, reducer LongBinaryOperator) : long in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : Fun<? super V,? extends U> to transformer : Function<? super V,? extends U> in method package MapReduceValuesTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceValuesTask<K,V,U>, transformer Function<? super V,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceValuesTask |
From |
To |
|
Change Parameter Type reducer : DoubleByDoubleToDouble to reducer : DoubleBinaryOperator in method public reduceEntriesToDouble(parallelismThreshold long, transformer ToDoubleFunction<Entry<K,V>>, basis double, reducer DoubleBinaryOperator) : double in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type searchFunction : Fun<Map.Entry<K,V>,? extends U> to searchFunction : Function<Map.Entry<K,V>,? extends U> in method public searchEntries(parallelismThreshold long, searchFunction Function<Map.Entry<K,V>,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : BiFun<? super U,? super U,? extends U> to reducer : BiFunction<? super U,? super U,? extends U> in method public reduceKeys(parallelismThreshold long, transformer Function<? super K,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectByObjectToLong<? super K,? super V> to transformer : ToLongBiFunction<? super K,? super V> in method public reduceToLong(parallelismThreshold long, transformer ToLongBiFunction<? super K,? super V>, basis long, reducer LongBinaryOperator) : long in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : KeyValueAction<? super K,InternalCacheEntry<K,V>> to action : BiConsumer<? super K,InternalCacheEntry<K,V>> in method public executeTask(filter KeyValueFilter<? super K,? super V>, action BiConsumer<? super K,InternalCacheEntry<K,V>>) : void in class org.infinispan.container.DefaultDataContainer |
From |
To |
|
Change Parameter Type remappingFunction : BiFun<? super K,? super V,? extends V> to remappingFunction : BiFunction<? super K,? super V,? extends V> in method public computeIfPresent(key K, remappingFunction BiFunction<? super K,? super V,? extends V>) : V in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : BiFun<? super K,? super K,? extends K> to reducer : BiFunction<? super K,? super K,? extends K> in method public reduceKeys(parallelismThreshold long, reducer BiFunction<? super K,? super K,? extends K>) : K in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToInt<? super V> to transformer : ToIntFunction<? super V> in method public reduceValuesToInt(parallelismThreshold long, transformer ToIntFunction<? super V>, basis int, reducer IntBinaryOperator) : int in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : BiFun<? super K,? super V,? extends U> to transformer : BiFunction<? super K,? super V,? extends U> in method package ForEachTransformedMappingTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], transformer BiFunction<? super K,? super V,? extends U>, action Consumer<? super U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ForEachTransformedMappingTask |
From |
To |
|
Change Parameter Type reducer : BiFun<? super U,? super U,? extends U> to reducer : BiFunction<? super U,? super U,? extends U> in method public reduce(parallelismThreshold long, transformer BiFunction<? super K,? super V,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : IntByIntToInt to reducer : IntBinaryOperator in method public reduceEntriesToInt(parallelismThreshold long, transformer ToIntFunction<Entry<K,V>>, basis int, reducer IntBinaryOperator) : int in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : KeyValueAction<? super Object,InternalCacheEntry<Object,Object>> to action : BiConsumer<? super Object,InternalCacheEntry<Object,Object>> in method public executeTask(filter KeyFilter<? super Object>, action BiConsumer<? super Object,InternalCacheEntry<Object,Object>>) : void in class org.infinispan.configuration.QueryableDataContainer |
From |
To |
|
Change Parameter Type searchFunction : Fun<? super V,? extends U> to searchFunction : Function<? super V,? extends U> in method public searchValues(parallelismThreshold long, searchFunction Function<? super V,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : BiAction<? super K,? super V> to action : BiConsumer<? super K,? super V> in method public forEach(action BiConsumer<? super K,? super V>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super V> to action : Consumer<? super V> in method package ForEachValueTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], action Consumer<? super V>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ForEachValueTask |
From |
To |
|
Change Parameter Type searchFunction : BiFun<? super K,? super V,? extends U> to searchFunction : BiFunction<? super K,? super V,? extends U> in method public search(parallelismThreshold long, searchFunction BiFunction<? super K,? super V,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : BiFun<? super V,? super V,? extends V> to reducer : BiFunction<? super V,? super V,? extends V> in method public reduceValues(parallelismThreshold long, reducer BiFunction<? super V,? super V,? extends V>) : V in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToDouble<? super V> to transformer : ToDoubleFunction<? super V> in method public reduceValuesToDouble(parallelismThreshold long, transformer ToDoubleFunction<? super V>, basis double, reducer DoubleBinaryOperator) : double in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : BiFun<? super U,? super U,? extends U> to reducer : BiFunction<? super U,? super U,? extends U> in method public reduceEntries(parallelismThreshold long, transformer Function<Map.Entry<K,V>,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : DoubleByDoubleToDouble to reducer : DoubleBinaryOperator in method package MapReduceValuesToDoubleTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceValuesToDoubleTask<K,V>, transformer ToDoubleFunction<? super V>, basis double, reducer DoubleBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceValuesToDoubleTask |
From |
To |
|
Change Parameter Type action : Action<? super U> to action : Consumer<? super U> in method package ForEachTransformedValueTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], transformer Function<? super V,? extends U>, action Consumer<? super U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ForEachTransformedValueTask |
From |
To |
|
Change Parameter Type transformer : BiFun<? super K,? super V,? extends U> to transformer : BiFunction<? super K,? super V,? extends U> in method package MapReduceMappingsTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceMappingsTask<K,V,U>, transformer BiFunction<? super K,? super V,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceMappingsTask |
From |
To |
|
Change Parameter Type reducer : BiFun<? super K,? super K,? extends K> to reducer : BiFunction<? super K,? super K,? extends K> in method package ReduceKeysTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight ReduceKeysTask<K,V>, reducer BiFunction<? super K,? super K,? extends K>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ReduceKeysTask |
From |
To |
|
Change Parameter Type transformer : ObjectToInt<Map.Entry<K,V>> to transformer : ToIntFunction<Map.Entry<K,V>> in method package MapReduceEntriesToIntTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceEntriesToIntTask<K,V>, transformer ToIntFunction<Map.Entry<K,V>>, basis int, reducer IntBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceEntriesToIntTask |
From |
To |
|
Change Parameter Type transformer : BiFun<? super K,? super V,? extends U> to transformer : BiFunction<? super K,? super V,? extends U> in method public forEach(parallelismThreshold long, transformer BiFunction<? super K,? super V,? extends U>, action Consumer<? super U>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type searchFunction : Fun<? super K,? extends U> to searchFunction : Function<? super K,? extends U> in method package SearchKeysTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], searchFunction Function<? super K,? extends U>, result AtomicReference<U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.SearchKeysTask |
From |
To |
|
Change Parameter Type action : Action<? super Map.Entry<K,V>> to action : Consumer<? super Map.Entry<K,V>> in method public forEachRemaining(action Consumer<? super Map.Entry<K,V>>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.EntrySpliterator |
From |
To |
|
Change Parameter Type reducer : LongByLongToLong to reducer : LongBinaryOperator in method package MapReduceValuesToLongTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceValuesToLongTask<K,V>, transformer ToLongFunction<? super V>, basis long, reducer LongBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceValuesToLongTask |
From |
To |
|
Change Parameter Type reducer : DoubleByDoubleToDouble to reducer : DoubleBinaryOperator in method public reduceEntriesToDouble(parallelismThreshold long, transformer ToDoubleFunction<Entry<K,V>>, basis double, reducer DoubleBinaryOperator) : double in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : Fun<Map.Entry<K,V>,? extends U> to transformer : Function<Map.Entry<K,V>,? extends U> in method package ForEachTransformedEntryTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], transformer Function<Map.Entry<K,V>,? extends U>, action Consumer<? super U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ForEachTransformedEntryTask |
From |
To |
|
Change Parameter Type reducer : BiFun<Map.Entry<K,V>,Map.Entry<K,V>,? extends Map.Entry<K,V>> to reducer : BiFunction<Map.Entry<K,V>,Map.Entry<K,V>,? extends Map.Entry<K,V>> in method public reduceEntries(parallelismThreshold long, reducer BiFunction<Map.Entry<K,V>,Map.Entry<K,V>,? extends Map.Entry<K,V>>) : Map.Entry<K,V> in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : Fun<? super V,? extends U> to transformer : Function<? super V,? extends U> in method package ForEachTransformedValueTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], transformer Function<? super V,? extends U>, action Consumer<? super U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ForEachTransformedValueTask |
From |
To |
|
Change Parameter Type transformer : ObjectToLong<? super V> to transformer : ToLongFunction<? super V> in method public reduceValuesToLong(parallelismThreshold long, transformer ToLongFunction<? super V>, basis long, reducer LongBinaryOperator) : long in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : DoubleByDoubleToDouble to reducer : DoubleBinaryOperator in method package MapReduceKeysToDoubleTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceKeysToDoubleTask<K,V>, transformer ToDoubleFunction<? super K>, basis double, reducer DoubleBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceKeysToDoubleTask |
From |
To |
|
Change Parameter Type reducer : IntByIntToInt to reducer : IntBinaryOperator in method public reduceValuesToInt(parallelismThreshold long, transformer ToIntFunction<? super V>, basis int, reducer IntBinaryOperator) : int in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : LongByLongToLong to reducer : LongBinaryOperator in method package MapReduceMappingsToLongTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceMappingsToLongTask<K,V>, transformer ToLongBiFunction<? super K,? super V>, basis long, reducer LongBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceMappingsToLongTask |
From |
To |
|
Change Parameter Type action : BiAction<? super K,? super V> to action : BiConsumer<? super K,? super V> in method public forEach(parallelismThreshold long, action BiConsumer<? super K,? super V>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : BiFun<? super U,? super U,? extends U> to reducer : BiFunction<? super U,? super U,? extends U> in method package MapReduceMappingsTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceMappingsTask<K,V,U>, transformer BiFunction<? super K,? super V,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceMappingsTask |
From |
To |
|
Change Parameter Type transformer : ObjectToLong<? super K> to transformer : ToLongFunction<? super K> in method public reduceKeysToLong(parallelismThreshold long, transformer ToLongFunction<? super K>, basis long, reducer LongBinaryOperator) : long in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type function : BiFun<? super K,? super V,? extends V> to function : BiFunction<? super K,? super V,? extends V> in method public replaceAll(function BiFunction<? super K,? super V,? extends V>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super Map.Entry<K,V>> to action : Consumer<? super Entry<K,V>> in method public forEachRemaining(action Consumer<? super Entry<K,V>>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.EntrySpliterator |
From |
To |
|
Change Parameter Type transformer : BiFun<? super K,? super V,? extends U> to transformer : BiFunction<? super K,? super V,? extends U> in method package ForEachTransformedMappingTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], transformer BiFunction<? super K,? super V,? extends U>, action Consumer<? super U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ForEachTransformedMappingTask |
From |
To |
|
Change Parameter Type transformer : Fun<? super K,? extends U> to transformer : Function<? super K,? extends U> in method package MapReduceKeysTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceKeysTask<K,V,U>, transformer Function<? super K,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceKeysTask |
From |
To |
|
Change Parameter Type action : Action<? super K> to action : Consumer<? super K> in method public tryAdvance(action Consumer<? super K>) : boolean in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySpliterator |
From |
To |
|
Change Parameter Type transformer : ObjectToDouble<? super V> to transformer : ToDoubleFunction<? super V> in method public reduceValuesToDouble(parallelismThreshold long, transformer ToDoubleFunction<? super V>, basis double, reducer DoubleBinaryOperator) : double in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super U> to action : Consumer<? super U> in method package ForEachTransformedEntryTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], transformer Function<Map.Entry<K,V>,? extends U>, action Consumer<? super U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ForEachTransformedEntryTask |
From |
To |
|
Change Parameter Type transformer : Fun<? super V,? extends U> to transformer : Function<? super V,? extends U> in method package MapReduceValuesTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceValuesTask<K,V,U>, transformer Function<? super V,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceValuesTask |
From |
To |
|
Change Parameter Type action : Action<? super Map.Entry<K,V>> to action : Consumer<? super Map.Entry<K,V>> in method public tryAdvance(action Consumer<? super Map.Entry<K,V>>) : boolean in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.EntrySpliterator |
From |
To |
|
Change Parameter Type reducer : LongByLongToLong to reducer : LongBinaryOperator in method package MapReduceValuesToLongTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceValuesToLongTask<K,V>, transformer ToLongFunction<? super V>, basis long, reducer LongBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceValuesToLongTask |
From |
To |
|
Change Parameter Type transformer : Fun<? super V,? extends U> to transformer : Function<? super V,? extends U> in method public reduceValues(parallelismThreshold long, transformer Function<? super V,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : BiFun<Entry<K,V>,Map.Entry<K,V>,? extends Map.Entry<K,V>> to reducer : BiFunction<Entry<K,V>,Map.Entry<K,V>,? extends Map.Entry<K,V>> in method package ReduceEntriesTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight ReduceEntriesTask<K,V>, reducer BiFunction<Entry<K,V>,Map.Entry<K,V>,? extends Map.Entry<K,V>>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ReduceEntriesTask |
From |
To |
|
Change Parameter Type reducer : LongByLongToLong to reducer : LongBinaryOperator in method public reduceKeysToLong(parallelismThreshold long, transformer ToLongFunction<? super K>, basis long, reducer LongBinaryOperator) : long in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : LongByLongToLong to reducer : LongBinaryOperator in method package MapReduceKeysToLongTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceKeysToLongTask<K,V>, transformer ToLongFunction<? super K>, basis long, reducer LongBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceKeysToLongTask |
From |
To |
|
Change Parameter Type transformer : ObjectToLong<? super V> to transformer : ToLongFunction<? super V> in method package MapReduceValuesToLongTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceValuesToLongTask<K,V>, transformer ToLongFunction<? super V>, basis long, reducer LongBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceValuesToLongTask |
From |
To |
|
Change Parameter Type transformer : Fun<Map.Entry<K,V>,? extends U> to transformer : Function<Map.Entry<K,V>,? extends U> in method public reduceEntries(parallelismThreshold long, transformer Function<Map.Entry<K,V>,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super V> to action : Consumer<? super V> in method public forEachValue(parallelismThreshold long, action Consumer<? super V>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToLong<? super K> to transformer : ToLongFunction<? super K> in method package MapReduceKeysToLongTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceKeysToLongTask<K,V>, transformer ToLongFunction<? super K>, basis long, reducer LongBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceKeysToLongTask |
From |
To |
|
Change Parameter Type transformer : ObjectToDouble<? super K> to transformer : ToDoubleFunction<? super K> in method public reduceKeysToDouble(parallelismThreshold long, transformer ToDoubleFunction<? super K>, basis double, reducer DoubleBinaryOperator) : double in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : LongByLongToLong to reducer : LongBinaryOperator in method public reduceToLong(parallelismThreshold long, transformer ToLongBiFunction<? super K,? super V>, basis long, reducer LongBinaryOperator) : long in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type searchFunction : BiFun<? super K,? super V,? extends U> to searchFunction : BiFunction<? super K,? super V,? extends U> in method public search(parallelismThreshold long, searchFunction BiFunction<? super K,? super V,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super V> to action : Consumer<? super V> in method public tryAdvance(action Consumer<? super V>) : boolean in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ValueSpliterator |
From |
To |
|
Change Parameter Type reducer : LongByLongToLong to reducer : LongBinaryOperator in method public reduceEntriesToLong(parallelismThreshold long, transformer ToLongFunction<Entry<K,V>>, basis long, reducer LongBinaryOperator) : long in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToDouble<Map.Entry<K,V>> to transformer : ToDoubleFunction<Entry<K,V>> in method public reduceEntriesToDouble(parallelismThreshold long, transformer ToDoubleFunction<Entry<K,V>>, basis double, reducer DoubleBinaryOperator) : double in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : Fun<Map.Entry<K,V>,? extends U> to transformer : Function<Map.Entry<K,V>,? extends U> in method package ForEachTransformedEntryTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], transformer Function<Map.Entry<K,V>,? extends U>, action Consumer<? super U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ForEachTransformedEntryTask |
From |
To |
|
Change Parameter Type remappingFunction : BiFun<? super K,? super V,? extends V> to remappingFunction : BiFunction<? super K,? super V,? extends V> in method public computeIfPresent(key K, remappingFunction BiFunction<? super K,? super V,? extends V>) : V in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : BiFun<? super K,? super K,? extends K> to reducer : BiFunction<? super K,? super K,? extends K> in method public reduceKeys(parallelismThreshold long, reducer BiFunction<? super K,? super K,? extends K>) : K in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super K> to action : Consumer<? super K> in method public forEachRemaining(action Consumer<? super K>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySpliterator |
From |
To |
|
Change Parameter Type transformer : ObjectByObjectToLong<? super K,? super V> to transformer : ToLongBiFunction<? super K,? super V> in method public reduceToLong(parallelismThreshold long, transformer ToLongBiFunction<? super K,? super V>, basis long, reducer LongBinaryOperator) : long in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : BiFun<? super U,? super U,? extends U> to reducer : BiFunction<? super U,? super U,? extends U> in method public reduceValues(parallelismThreshold long, transformer Function<? super V,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : LongByLongToLong to reducer : LongBinaryOperator in method package MapReduceEntriesToLongTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceEntriesToLongTask<K,V>, transformer ToLongFunction<Map.Entry<K,V>>, basis long, reducer LongBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceEntriesToLongTask |
From |
To |
|
Change Parameter Type transformer : Fun<? super K,? extends U> to transformer : Function<? super K,? extends U> in method public reduceKeys(parallelismThreshold long, transformer Function<? super K,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : Fun<Map.Entry<K,V>,? extends U> to transformer : Function<Map.Entry<K,V>,? extends U> in method public forEachEntry(parallelismThreshold long, transformer Function<Map.Entry<K,V>,? extends U>, action Consumer<? super U>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToInt<? super V> to transformer : ToIntFunction<? super V> in method package MapReduceValuesToIntTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceValuesToIntTask<K,V>, transformer ToIntFunction<? super V>, basis int, reducer IntBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceValuesToIntTask |
From |
To |
|
Change Parameter Type transformer : ObjectToInt<Map.Entry<K,V>> to transformer : ToIntFunction<Entry<K,V>> in method public reduceEntriesToInt(parallelismThreshold long, transformer ToIntFunction<Entry<K,V>>, basis int, reducer IntBinaryOperator) : int in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToDouble<? super K> to transformer : ToDoubleFunction<? super K> in method public reduceKeysToDouble(parallelismThreshold long, transformer ToDoubleFunction<? super K>, basis double, reducer DoubleBinaryOperator) : double in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super K> to action : Consumer<? super K> in method public tryAdvance(action Consumer<? super K>) : boolean in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySpliterator |
From |
To |
|
Change Parameter Type action : KeyValueAction<? super K,InternalCacheEntry<K,V>> to action : BiConsumer<? super K,InternalCacheEntry<K,V>> in method public executeTask(filter KeyFilter<? super K>, action BiConsumer<? super K,InternalCacheEntry<K,V>>) : void in class org.infinispan.container.DataContainer |
From |
To |
|
Change Parameter Type action : Action<? super K> to action : Consumer<? super K> in method package ForEachKeyTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], action Consumer<? super K>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ForEachKeyTask |
From |
To |
|
Change Parameter Type transformer : ObjectByObjectToDouble<? super K,? super V> to transformer : ToDoubleBiFunction<? super K,? super V> in method public reduceToDouble(parallelismThreshold long, transformer ToDoubleBiFunction<? super K,? super V>, basis double, reducer DoubleBinaryOperator) : double in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : DoubleByDoubleToDouble to reducer : DoubleBinaryOperator in method public reduceValuesToDouble(parallelismThreshold long, transformer ToDoubleFunction<? super V>, basis double, reducer DoubleBinaryOperator) : double in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super Map.Entry<K,V>> to action : Consumer<? super Map.Entry<K,V>> in method public forEach(action Consumer<? super Map.Entry<K,V>>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.EntrySetView |
From |
To |
|
Change Parameter Type searchFunction : Fun<? super K,? extends U> to searchFunction : Function<? super K,? extends U> in method package SearchKeysTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], searchFunction Function<? super K,? extends U>, result AtomicReference<U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.SearchKeysTask |
From |
To |
|
Change Parameter Type action : Action<? super K> to action : Consumer<? super K> in method public forEachKey(parallelismThreshold long, action Consumer<? super K>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : IntByIntToInt to reducer : IntBinaryOperator in method public reduceKeysToInt(parallelismThreshold long, transformer ToIntFunction<? super K>, basis int, reducer IntBinaryOperator) : int in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type searchFunction : BiFun<? super K,? super V,? extends U> to searchFunction : BiFunction<? super K,? super V,? extends U> in method package SearchMappingsTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], searchFunction BiFunction<? super K,? super V,? extends U>, result AtomicReference<U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.SearchMappingsTask |
From |
To |
|
Change Parameter Type action : Action<? super U> to action : Consumer<? super U> in method package ForEachTransformedValueTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], transformer Function<? super V,? extends U>, action Consumer<? super U>) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ForEachTransformedValueTask |
From |
To |
|
Change Parameter Type transformer : ObjectToLong<Map.Entry<K,V>> to transformer : ToLongFunction<Entry<K,V>> in method public reduceEntriesToLong(parallelismThreshold long, transformer ToLongFunction<Entry<K,V>>, basis long, reducer LongBinaryOperator) : long in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type mappingFunction : Fun<? super K,? extends V> to mappingFunction : Function<? super K,? extends V> in method public computeIfAbsent(key K, mappingFunction Function<? super K,? extends V>) : V in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : DoubleByDoubleToDouble to reducer : DoubleBinaryOperator in method public reduceValuesToDouble(parallelismThreshold long, transformer ToDoubleFunction<? super V>, basis double, reducer DoubleBinaryOperator) : double in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super Map.Entry<K,V>> to action : Consumer<? super Map.Entry<K,V>> in method public tryAdvance(action Consumer<? super Map.Entry<K,V>>) : boolean in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.EntrySpliterator |
From |
To |
|
Change Parameter Type reducer : BiFun<? super V,? super V,? extends V> to reducer : BiFunction<? super V,? super V,? extends V> in method public reduceValues(parallelismThreshold long, reducer BiFunction<? super V,? super V,? extends V>) : V in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : Fun<? super K,? extends U> to transformer : Function<? super K,? extends U> in method public reduceKeys(parallelismThreshold long, transformer Function<? super K,? extends U>, reducer BiFunction<? super U,? super U,? extends U>) : U in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : Action<? super U> to action : Consumer<? super U> in method package ForEachTransformedKeyTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], transformer Function<? super K,? extends U>, action Consumer<? super U>) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ForEachTransformedKeyTask |
From |
To |
|
Change Parameter Type action : Action<? super U> to action : Consumer<? super U> in method public forEachValue(parallelismThreshold long, transformer Function<? super V,? extends U>, action Consumer<? super U>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : DoubleByDoubleToDouble to reducer : DoubleBinaryOperator in method package MapReduceEntriesToDoubleTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceEntriesToDoubleTask<K,V>, transformer ToDoubleFunction<Map.Entry<K,V>>, basis double, reducer DoubleBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceEntriesToDoubleTask |
From |
To |
|
Change Parameter Type transformer : ObjectByObjectToInt<? super K,? super V> to transformer : ToIntBiFunction<? super K,? super V> in method public reduceToInt(parallelismThreshold long, transformer ToIntBiFunction<? super K,? super V>, basis int, reducer IntBinaryOperator) : int in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type reducer : IntByIntToInt to reducer : IntBinaryOperator in method public reduceValuesToInt(parallelismThreshold long, transformer ToIntFunction<? super V>, basis int, reducer IntBinaryOperator) : int in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToLong<? super K> to transformer : ToLongFunction<? super K> in method package MapReduceKeysToLongTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceKeysToLongTask<K,V>, transformer ToLongFunction<? super K>, basis long, reducer LongBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceKeysToLongTask |
From |
To |
|
Change Parameter Type action : KeyValueAction<? super K,InternalCacheEntry<K,V>> to action : BiConsumer<? super K,InternalCacheEntry<K,V>> in method public executeTask(filter KeyValueFilter<? super K,? super V>, action BiConsumer<? super K,InternalCacheEntry<K,V>>) : void in class org.infinispan.container.DataContainer |
From |
To |
|
Change Parameter Type reducer : IntByIntToInt to reducer : IntBinaryOperator in method package MapReduceKeysToIntTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceKeysToIntTask<K,V>, transformer ToIntFunction<? super K>, basis int, reducer IntBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceKeysToIntTask |
From |
To |
|
Change Parameter Type reducer : DoubleByDoubleToDouble to reducer : DoubleBinaryOperator in method public reduceKeysToDouble(parallelismThreshold long, transformer ToDoubleFunction<? super K>, basis double, reducer DoubleBinaryOperator) : double in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type action : BiAction<? super K,? super V> to action : BiConsumer<? super K,? super V> in method public forEach(action BiConsumer<? super K,? super V>) : void in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8 |
From |
To |
|
Change Parameter Type transformer : ObjectToInt<Map.Entry<K,V>> to transformer : ToIntFunction<Entry<K,V>> in method package MapReduceEntriesToIntTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceEntriesToIntTask<K,V>, transformer ToIntFunction<Entry<K,V>>, basis int, reducer IntBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.MapReduceEntriesToIntTask |
From |
To |
|
Change Parameter Type transformer : ObjectByObjectToLong<? super K,? super V> to transformer : ToLongBiFunction<? super K,? super V> in method package MapReduceMappingsToLongTask(p BulkTask<K,V,?>, b int, i int, f int, t Node<K,V>[], nextRight MapReduceMappingsToLongTask<K,V>, transformer ToLongBiFunction<? super K,? super V>, basis long, reducer LongBinaryOperator) in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.MapReduceMappingsToLongTask |
From |
To |