org.neo4j.values.storable.Value to java.lang.Object
No. of Instances - 16
No. of Commits - 5
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
- map.put(key,propertyValue) to map.put(key,propertyValue.asObject())
- explicitNodeIndex(index).get(key,value.asObject()) to explicitNodeIndex(index).get(key,value)
- explicitRelationshipIndex(index).get(key,value.asObject(),source,target) to explicitRelationshipIndex(index).get(key,value,source,target)