public interface NodeState
Modifier and Type | Field and Description |
---|---|
static char |
STATE_DELETED
Tags the case where the right node does not exist.
|
static char |
STATE_NEW
Tags the case where the left node does not exist.
|
static char |
STATE_UNCHANGED
Tags the case where the left and right node exist and are identical.
|
static char |
STATE_UPDATED
Tags the case where the left and right node exist and are different.
|
static final char STATE_UNCHANGED
static final char STATE_NEW
static final char STATE_DELETED
static final char STATE_UPDATED
Copyright © 2024 HervĂ© Girod. All Rights Reserved. Documentation and source under the BSD licence