Interface DataTreeTip

All Known Subinterfaces:
DataTree, DataTreeCandidateTip
All Known Implementing Classes:
InMemoryDataTree

@Beta @NonNullByDefault public interface DataTreeTip
Tip of a data tree instance. It acts as a point to which modifications can be applied.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(@Nullable Object obj)
    DataTreeTip implementations must not override the default identity hashCode method, meaning their equals implementation must result in identity comparison.
    int
    DataTreeTip implementations must not override the default identity hashCode method.
    Prepare a modification for commit.
    void
    Validate whether a particular modification can be applied to the data tree.