public interface IHashCodeGenerator extends IAppendable<IHashCodeGenerator>
| Modifier and Type | Field and Description |
|---|---|
static int |
ILLEGAL_HASHCODE
Represents an illegal hash code that is never to be returned!
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHashCode()
Retrieve the final hash code.
|
static final int ILLEGAL_HASHCODE
int getHashCode()
ILLEGAL_HASHCODE. If the calculated hash code would be
ILLEGAL_HASHCODE it is changed to -1 instead.Copyright © 2014–2016 Philip Helger. All rights reserved.