Class DFDataTreeDataProvider.IdPathPair

  • Enclosing interface:
    DFDataTreeDataProvider

    public static final class DFDataTreeDataProvider.IdPathPair
    extends java.lang.Object
    Data structure which can uniquely identify the data to update. Contains the ID of the first vertex on the path and the DFDataTree.Path itself. Implements hashcode and equals based on ID and DFDataTree.Path.
    • Method Detail

      • getId

        public java.lang.Comparable<?> getId()
        Returns the row ID of the first vertex on the path.
        Returns:
        The row ID of the first vertex.
      • getPath

        public DFDataTree.Path getPath()
        Returns the path.
        Returns:
        The path.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object