Package | Description |
---|---|
org.jboss.logging.processor.util |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.