| Package | Description |
|---|---|
| org.atlanmod.commons.hash |
Provides hash functions and related structures.
|
| Modifier and Type | Method and Description |
|---|---|
default HashCode |
Hasher.hash(boolean data)
Calculates the
HashCode of the given data. |
default HashCode |
Hasher.hash(byte data)
Calculates the
HashCode of the given data. |
HashCode |
Hasher.hash(byte[] data)
Calculates the
HashCode of the given byte array. |
default HashCode |
Hasher.hash(char data)
Calculates the
HashCode of the given data. |
default HashCode |
Hasher.hash(double data)
Calculates the
HashCode of the given data. |
default HashCode |
Hasher.hash(float data)
Calculates the
HashCode of the given data. |
default HashCode |
Hasher.hash(int data)
Calculates the
HashCode of the given data. |
default HashCode |
Hasher.hash(long data)
Calculates the
HashCode of the given data. |
default HashCode |
Hasher.hash(short data)
Calculates the
HashCode of the given data. |
default HashCode |
Hasher.hash(String data)
Calculates the
HashCode of the given data. |
Copyright © 2017–2019 Atlanmod. All rights reserved.