| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static Chain.HashCodeChain |
Chain.hash(boolean value)
Add the hash code of the specified
value to result. |
Chain.HashCodeChain |
Chain.HashCodeChain.hash(boolean value)
Add the hash code of the specified
value to result. |
static Chain.HashCodeChain |
Chain.hash(byte value)
Add the hash code of the specified
value to result. |
Chain.HashCodeChain |
Chain.HashCodeChain.hash(byte value)
Add the hash code of the specified
value to result. |
static Chain.HashCodeChain |
Chain.hash(char value)
Add the hash code of the specified
value to result. |
Chain.HashCodeChain |
Chain.HashCodeChain.hash(char value)
Add the hash code of the specified
value to result. |
static Chain.HashCodeChain |
Chain.hash(double value)
Add the hash code of the specified
value to result. |
Chain.HashCodeChain |
Chain.HashCodeChain.hash(double value)
Add the hash code of the specified
value to result. |
static Chain.HashCodeChain |
Chain.hash(float value)
Add the hash code of the specified
value to result. |
Chain.HashCodeChain |
Chain.HashCodeChain.hash(float value)
Add the hash code of the specified
value to result. |
static Chain.HashCodeChain |
Chain.hash(int value)
Add the hash code of the specified
value to result. |
Chain.HashCodeChain |
Chain.HashCodeChain.hash(int value)
Add the hash code of the specified
value to result. |
static Chain.HashCodeChain |
Chain.hash(long value)
Add the hash code of the specified
value to result. |
Chain.HashCodeChain |
Chain.HashCodeChain.hash(long value)
Add the hash code of the specified
value to result. |
static Chain.HashCodeChain |
Chain.hash(Object value)
Add the hash code of the specified
value to result. |
Chain.HashCodeChain |
Chain.HashCodeChain.hash(Object value)
Add the hash code of the specified
value to result. |
static Chain.HashCodeChain |
Chain.hash(short value)
Add the hash code of the specified
value to result. |
Chain.HashCodeChain |
Chain.HashCodeChain.hash(short value)
Add the hash code of the specified
value to result. |
static <T,E extends Exception> |
Chain.hash(T value,
Throwables.ToIntFunction<? super T,E> func) |
<T,E extends Exception> |
Chain.HashCodeChain.hash(T value,
Throwables.ToIntFunction<? super T,E> func) |
Copyright © 2021. All rights reserved.