public final class TObjectIdentityHashingStrategy extends Object implements TObjectHashingStrategy
| Constructor and Description |
|---|
TObjectIdentityHashingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
int |
computeHashCode(Object object)
Delegates hash code computation to the System.identityHashCode(Object) method.
|
boolean |
equals(Object o1,
Object o2)
Compares object references for equality.
|
public final int computeHashCode(Object object)
computeHashCode in interface TObjectHashingStrategyobject - for which the hashcode is to be computedpublic final boolean equals(Object o1, Object o2)
equals in interface TObjectHashingStrategyo1 - an Object valueo2 - an Object valueCopyright © 2019 JULIE Lab, Germany. All rights reserved.