See: Description
| Interface | Description |
|---|---|
| IEquator<T> |
Compares two elements for equality.
|
| Class | Description |
|---|---|
| DefaultEquator |
IEquator using the normal equals (but respecting null). |
| HashCodeUtils |
This class provides utility methods on hash codes, usually used when
overriding
Object.hashCode(). |