Package | Description |
---|---|
org.jboss.util |
Utility classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
HashCode |
HashCode.add(boolean b)
Add the hash-code of the given value.
|
HashCode |
HashCode.add(byte n)
Add the hash-code of the given value.
|
HashCode |
HashCode.add(char n)
Add the hash-code of the given value.
|
HashCode |
HashCode.add(double f)
Add the hash-code of the given value.
|
HashCode |
HashCode.add(float f)
Add the hash-code of the given value.
|
HashCode |
HashCode.add(int n)
Add the hash-code of the given value.
|
HashCode |
HashCode.add(long n)
Add the hash-code of the given value.
|
HashCode |
HashCode.add(Object obj)
Add the hash-code of the given object.
|
HashCode |
HashCode.add(short n)
Add the hash-code of the given value.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.