Toggle navigation
Home
org.infinispan.commons.util.concurrent.jdk8backported.ConcurrentHashMapV8.ObjectToInt to java.util.function.ToIntFunction
No. of Instances - 24
No. of Commits - 1
No. of Projects - {'infinispan'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Cascading Type Change (Similar)
ObjectToInt<? super V>
to
ToIntFunction<? super V>
ObjectToInt<? super V>
to
ToIntFunction<? super V>
ObjectToInt<Map.Entry<K,V>>
to
ToIntFunction<Entry<K,V>>
ObjectToInt<? super K>
to
ToIntFunction<? super K>
ObjectToInt<Map.Entry<K,V>>
to
ToIntFunction<Map.Entry<K,V>>
ObjectToInt<? super K>
to
ToIntFunction<? super K>
Add or Remove Method invocation
reducer.apply(r,transformer.apply(p.val))
to
reducer.applyAsInt(r,transformer.applyAsInt(p.val))
reducer.apply(r,transformer.apply(p))
to
reducer.applyAsInt(r,transformer.applyAsInt(p))
reducer.apply(r,transformer.apply(p.val))
to
reducer.applyAsInt(r,transformer.applyAsInt(p.val))
reducer.apply(r,transformer.apply(p))
to
reducer.applyAsInt(r,transformer.applyAsInt(p))
reducer.apply(r,transformer.apply(p.key))
to
reducer.applyAsInt(r,transformer.applyAsInt(p.key))
reducer.apply(r,transformer.apply(p))
to
reducer.applyAsInt(r,transformer.applyAsInt(p))
reducer.apply(r,transformer.apply(p.val))
to
reducer.applyAsInt(r,transformer.applyAsInt(p.val))
reducer.apply(r,transformer.apply(p.key))
to
reducer.applyAsInt(r,transformer.applyAsInt(p.key))
reducer.apply(r,transformer.apply(p.key))
to
reducer.applyAsInt(r,transformer.applyAsInt(p.key))
reducer.apply(r,transformer.apply(p.key))
to
reducer.applyAsInt(r,transformer.applyAsInt(p.key))
reducer.apply(r,transformer.apply(p))
to
reducer.applyAsInt(r,transformer.applyAsInt(p))
reducer.apply(r,transformer.apply(p.val))
to
reducer.applyAsInt(r,transformer.applyAsInt(p.val))