Toggle navigation
Home
org.apache.commons.lang3.tuple.Pair to org.neo4j.kernel.impl.index.schema.BlockEntry
No. of Instances - 6
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Internal
Mapping:
Add or Remove Method invocation
comparingLong(p -> p.getKey().longValue())
to
comparingLong(p -> p.key().longValue())
expected
to
singletonList(expected)
layout.compare(expectedEntry.getKey(),block.key())
to
layout.compare(expectedEntry.key(),block.key())
expectedEntry.getValue()
to
expectedEntry.value()
Rename Variable
currentExpected
to
entries