public interface NodeItem
Modifier and Type | Method and Description |
---|---|
boolean |
hasLabel(int labelId) |
long |
id() |
boolean |
isDense() |
org.neo4j.collection.primitive.PrimitiveIntSet |
labels() |
org.neo4j.kernel.impl.locking.Lock |
lock() |
long |
nextGroupId() |
long |
nextPropertyId() |
long |
nextRelationshipId() |
long id()
IllegalStateException
- if no current entity is selectedorg.neo4j.collection.primitive.PrimitiveIntSet labels()
IllegalStateException
- if no current node is selectedboolean isDense()
boolean hasLabel(int labelId)
labelId
- label token id to check.long nextGroupId()
long nextRelationshipId()
long nextPropertyId()
org.neo4j.kernel.impl.locking.Lock lock()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.