public class BinaryArrayIdentityResolver extends BinaryAbstractIdentityResolver
Hash code is calculated in the same way as Arrays.hashCode(byte[]) does.
| Constructor and Description |
|---|
BinaryArrayIdentityResolver()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
equals0(BinaryObject o1,
BinaryObject o2)
Internal equals routine.
|
protected int |
hashCode0(BinaryObject obj)
Internal hash code routine.
|
static BinaryArrayIdentityResolver |
instance()
Get singleton instance.
|
String |
toString() |
equals, hashCodepublic BinaryArrayIdentityResolver()
public static BinaryArrayIdentityResolver instance()
protected int hashCode0(BinaryObject obj)
hashCode0 in class BinaryAbstractIdentityResolverobj - Object.protected boolean equals0(BinaryObject o1, BinaryObject o2)
equals0 in class BinaryAbstractIdentityResolvero1 - First object.o2 - Second object.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020