|
JBoss Logging I18n Annotation Processor 1.1.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Objects.HashCodeBuilder | |
|---|---|
| org.jboss.logging.processor.util | |
| Uses of Objects.HashCodeBuilder in org.jboss.logging.processor.util |
|---|
| Methods in org.jboss.logging.processor.util that return Objects.HashCodeBuilder | |
|---|---|
Objects.HashCodeBuilder |
Objects.HashCodeBuilder.add(boolean b)
Adds the hash code of a boolean to the final hash code value. |
Objects.HashCodeBuilder |
Objects.HashCodeBuilder.add(char c)
Adds the hash code of a character to the final hash code value. |
Objects.HashCodeBuilder |
Objects.HashCodeBuilder.add(double dbl)
Adds the hash code of a double to the final hash code value. |
Objects.HashCodeBuilder |
Objects.HashCodeBuilder.add(float flt)
Adds the hash code of a float to the final hash code value. |
Objects.HashCodeBuilder |
Objects.HashCodeBuilder.add(int i)
Adds the hash code of an integer to the final hash code value. |
Objects.HashCodeBuilder |
Objects.HashCodeBuilder.add(long lng)
Adds the hash code of a long to the final hash code value. |
Objects.HashCodeBuilder |
Objects.HashCodeBuilder.add(Object obj)
Adds the hash code of an object to the final hash code value. |
static Objects.HashCodeBuilder |
Objects.HashCodeBuilder.builder()
Creates a new builder with 31 as the seed. |
static Objects.HashCodeBuilder |
Objects.HashCodeBuilder.builder(int seed)
Creates a new builder with the seed that is passed. |
|
JBoss Logging I18n Annotation Processor 1.1.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||