public static class PropertyContainerState.EmptyPropertyContainerState extends Object implements PropertyContainerState
PropertyContainerState.EmptyPropertyContainerState, PropertyContainerState.VisitorEMPTY| Constructor and Description |
|---|
EmptyPropertyContainerState() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PropertyContainerState.Visitor visitor) |
Iterator<StorageProperty> |
addedAndChangedProperties() |
Iterator<StorageProperty> |
addedProperties() |
Iterator<StorageProperty> |
augmentProperties(Iterator<StorageProperty> iterator) |
Iterator<StorageProperty> |
changedProperties() |
StorageProperty |
getAddedProperty(int propertyKeyId) |
StorageProperty |
getChangedProperty(int propertyKeyId) |
boolean |
hasChanges() |
boolean |
isPropertyRemoved(int propertyKeyId) |
Iterator<Integer> |
removedProperties() |
public Iterator<StorageProperty> addedProperties()
addedProperties in interface PropertyContainerStatepublic Iterator<StorageProperty> changedProperties()
changedProperties in interface PropertyContainerStatepublic Iterator<Integer> removedProperties()
removedProperties in interface PropertyContainerStatepublic Iterator<StorageProperty> addedAndChangedProperties()
addedAndChangedProperties in interface PropertyContainerStatepublic Iterator<StorageProperty> augmentProperties(Iterator<StorageProperty> iterator)
augmentProperties in interface PropertyContainerStatepublic void accept(PropertyContainerState.Visitor visitor) throws org.neo4j.kernel.api.exceptions.schema.ConstraintValidationException
accept in interface PropertyContainerStateorg.neo4j.kernel.api.exceptions.schema.ConstraintValidationExceptionpublic boolean hasChanges()
hasChanges in interface PropertyContainerStatepublic StorageProperty getChangedProperty(int propertyKeyId)
getChangedProperty in interface PropertyContainerStatepublic StorageProperty getAddedProperty(int propertyKeyId)
getAddedProperty in interface PropertyContainerStatepublic boolean isPropertyRemoved(int propertyKeyId)
isPropertyRemoved in interface PropertyContainerStateCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.