public interface HashingStrategy<E> extends Serializable
Modifier and Type | Method and Description |
---|---|
int |
computeHashCode(E object)
Computes the hashCode of the object as defined by the user.
|
boolean |
equals(E object1,
E object2)
Checks two objects for equality.
|
int computeHashCode(E object)
Copyright © 2004–2016. All rights reserved.