Toggle navigation
Home
java.util.Map.Entry to java.util.Optional
No. of Instances - 4
No. of Commits - 2
No. of Projects - {'pentaho-kettle', 'pulsar'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
cacheEntry.getKey()
to
cacheEntry.get().getKey()
cacheEntry.getValue()
to
cacheEntry.get().getValue()
orElse
to
map