public abstract class BinaryAbstractIdentityResolver extends Object implements BinaryIdentityResolver
| Constructor and Description |
|---|
BinaryAbstractIdentityResolver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(BinaryObject o1,
BinaryObject o2)
Compare two binary objects for equality.
|
protected abstract boolean |
equals0(BinaryObject o1,
BinaryObject o2)
Internal equals routine.
|
int |
hashCode(BinaryObject obj)
Compute hash code for binary object.
|
protected abstract int |
hashCode0(BinaryObject obj)
Internal hash code routine.
|
public int hashCode(BinaryObject obj)
hashCode in interface BinaryIdentityResolverobj - Binary object.public boolean equals(BinaryObject o1, BinaryObject o2)
equals in interface BinaryIdentityResolvero1 - First object.o2 - Second object.True if both objects are equal.protected abstract int hashCode0(BinaryObject obj)
obj - Object.protected abstract boolean equals0(BinaryObject o1, BinaryObject o2)
o1 - First object.o2 - Second object.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018