Uses of Class
org.jboss.logging.processor.util.Objects.HashCodeBuilder
Packages that use Objects.HashCodeBuilder
-
Uses of Objects.HashCodeBuilder in org.jboss.logging.processor.util
Methods in org.jboss.logging.processor.util that return Objects.HashCodeBuilderModifier and TypeMethodDescriptionObjects.HashCodeBuilder.add
(boolean b) Adds the hash code of a boolean to the final hash code value.Objects.HashCodeBuilder.add
(char c) Adds the hash code of a character to the final hash code value.Objects.HashCodeBuilder.add
(double dbl) Adds the hash code of a double to the final hash code value.Objects.HashCodeBuilder.add
(float flt) Adds the hash code of a float to the final hash code value.Objects.HashCodeBuilder.add
(int i) Adds the hash code of an integer to the final hash code value.Objects.HashCodeBuilder.add
(long lng) Adds the hash code of a long to the final hash code value.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.