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
ConstructorsConstructorDescriptionMemberAndValue(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 TypeMethodDescriptionintcompareTo(MemberAndValue other) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, 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.Object[]getPath()Deprecated, for removal: This API element is subject to removal in a future version.getValue()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.toString()Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
MemberAndValue
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
compareTo
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
compareToin interfaceComparable<MemberAndValue>
-
getPath
Deprecated, for removal: This API element is subject to removal in a future version. -
getValue
Deprecated, for removal: This API element is subject to removal in a future version. -
getComparator
Deprecated, for removal: This API element is subject to removal in a future version. -
equals
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. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-