Toggle navigation
Home
org.neo4j.kernel.impl.util.VersionedHashMap to java.util.Set
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
removedProperties.containsKey(propertyKey)
to
removedProperties.contains(propertyKey)
removedProperties.containsKey(propertyKeyId)
to
removedProperties.contains(propertyKeyId)