Toggle navigation
Home
java.lang.Long to org.neo4j.index.impl.lucene.EntityId
No. of Instances - 59
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Other
ids
to
ids
Wrap or Un-wrap
add
to
add
add
to
add
Add or Remove Method invocation
Long.valueOf(idString)
to
id.setId(Long.parseLong(idString))
removedInTransactionState.contains(id)
to
removedInTransactionState.contains(idCostume.setId(id))
id
to
id.id()
next(items.next())
to
next(items.next().id())
Cascading Type Change (Similar)
Long
to
EntityId
Long
to
EntityId
Cascading Type Change (Different)
HashSet<Long>
to
HashSet<>