Package com.activeviam.copper
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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intcompareTo(MemberAndValue other)Deprecated, for removal: This API element is subject to removal in a future version.booleanequals(Object o)Deprecated, for removal: This API element is subject to removal in a future version.Comparator<MemberAndValue>getComparator()Deprecated, for removal: This API element is subject to removal in a future version.Object[]getPath()Deprecated, for removal: This API element is subject to removal in a future version.ObjectgetValue()Deprecated, for removal: This API element is subject to removal in a future version.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.StringtoString()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
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
-
compareTo
public int compareTo(MemberAndValue other)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
compareToin interfaceComparable<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.
-
hashCode
public int hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-