public interface IdentityComparable
Modifier and Type | Method and Description |
---|---|
int |
identityHashCode()
Get a hashCode that offers the guarantee that if A.isIdentical(B), then A.identityHashCode() == B.identityHashCode()
|
boolean |
isIdentical(IdentityComparable other)
Determine whether two IdentityComparable objects are identical.
|
boolean isIdentical(IdentityComparable other)
other
- the value to be compared withint identityHashCode()
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.