Toggle navigation
Home
org.neo4j.graphdb.ResourceIterable to org.neo4j.unsafe.impl.batchimport.InputIterable
No. of Instances - 16
No. of Commits - 2
No. of Projects - {'neo4j'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Different)
ResourceIterator<InputNode>
to
InputIterator<InputNode>
ResourceIterator<InputRelationship>
to
InputIterator<InputRelationship>
Cascading Type Change (Similar)
ResourceIterable<InputNode>
to
InputIterable<InputNode>
ResourceIterable<InputRelationship>
to
InputIterable<InputRelationship>