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