Class MemberAndValue

java.lang.Object
com.activeviam.copper.MemberAndValue
All Implemented Interfaces:
Comparable<MemberAndValue>

@Deprecated(since="6.0.7", forRemoval=true) public class MemberAndValue extends Object implements Comparable<MemberAndValue>
Deprecated, for removal: This API element is subject to removal in a future version.
Comparable class for values and members pairs using a custom comparator.
Author:
ActiveViam
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • 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 Details

    • compareTo

      public int compareTo(MemberAndValue other)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      compareTo in interface Comparable<MemberAndValue>
    • 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