| Interface | Description |
|---|---|
| IHashCodeGenerator |
Base interface for hash code generators.
|
| IHashCodeImplementation<T> |
Interface to implement for custom hash code implementation.
|
| IHashCodeImplementationRegistrarSPI |
SPI registry interface to implement your custom hashCode implementations.
|
| IHashCodeImplementationRegistry |
Base interface for a registry that contains hashCode implementations.
|
| Class | Description |
|---|---|
| DefaultHashCodeImplementationRegistrarSPI |
This class registers the default hash code implementations.
|
| HashCodeCalculator |
This class provides the hash code generation for different data types.
|
| HashCodeGenerator |
A small hash code creation class based on the article found in the net.
|
| HashCodeImplementationRegistry |
The main registry for the different
IHashCodeImplementation
implementations. |
Copyright © 2014–2022 Philip Helger. All rights reserved.