Toggle navigation
Home
org.wildfly.clustering.ejb.infinispan.BeanKey to java.util.Map.Entry
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'wildfly'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Cascading Type Change (Similar)
Stream<BeanKey<I>>
to
Stream<Map.Entry<BeanKey<I>,BeanEntry<I>>>
Stream<BeanKey<I>>
to
Stream<Map.Entry<BeanKey<I>,BeanEntry<I>>>
Add or Remove Method invocation
this.beanCache.getAdvancedCache().withFlags(Flag.CACHE_MODE_LOCAL,Flag.SKIP_CACHE_LOAD).keySet()
to
this.beanCache.getAdvancedCache().withFlags(Flag.CACHE_MODE_LOCAL,Flag.SKIP_CACHE_LOAD).entrySet()
this.beanCache.getAdvancedCache().withFlags(Flag.CACHE_MODE_LOCAL,Flag.SKIP_CACHE_LOAD).keySet()
to
this.beanCache.getAdvancedCache().withFlags(Flag.CACHE_MODE_LOCAL,Flag.SKIP_CACHE_LOAD).entrySet()
Rename Variable
stream
to
entries
keys
to
entries
keys
to
entries