Class PathKey

    • Constructor Detail

      • PathKey

        public PathKey​(AbstractDataPath path)
        Constructor.
        Parameters:
        path - - a wrapped path
    • Method Detail

      • hashCode

        public int hashCode()
        Returns the hash code from the path.getSegments() joined using '|' symbol.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Delegates compare operation to the #isEqualDataPath(AbstractDataPath, AbstractDataPath) method, applied to wrapped path.
        Overrides:
        equals in class Object