Toggle navigation
Home
org.neo4j.values.virtual.LabelValue to org.neo4j.values.TextValue
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
labelIds
to
labels
labelIds
to
labels
labelIds
to
labels
labelIds
to
labels
labelIds
to
labels
Add or Remove Method invocation
that.size()
to
((LabelSet)other).size()
Integer.compare(this.labelIds[i].id(),otherSet.getLabelId(i))
to
comparator.compare(labels[i],otherArraySet.labels[i])