Class MemberAndValue

    • Constructor Detail

      • MemberAndValue

        public MemberAndValue​(Object[] path,
                              Object value,
                              Comparator<MemberAndValue> comparator)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getPath

        public Object[] getPath()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getValue

        public Object getValue()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getComparator

        public Comparator<MemberAndValue> getComparator()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • equals

        public boolean equals​(Object o)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        toString in class Object