| Package | Description | 
|---|---|
| org.apache.cayenne.util | General utility classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| HashCodeBuilder | HashCodeBuilder. append(boolean value)
 Append a  hashCodefor aboolean. | 
| HashCodeBuilder | HashCodeBuilder. append(boolean[] array)
 Append a  hashCodefor abooleanarray. | 
| HashCodeBuilder | HashCodeBuilder. append(byte value)
 Append a  hashCodefor abyte. | 
| HashCodeBuilder | HashCodeBuilder. append(byte[] array)
 Append a  hashCodefor abytearray. | 
| HashCodeBuilder | HashCodeBuilder. append(char value)
 Append a  hashCodefor achar. | 
| HashCodeBuilder | HashCodeBuilder. append(char[] array)
 Append a  hashCodefor achararray. | 
| HashCodeBuilder | HashCodeBuilder. append(double value)
 Append a  hashCodefor adouble. | 
| HashCodeBuilder | HashCodeBuilder. append(double[] array)
 Append a  hashCodefor adoublearray. | 
| HashCodeBuilder | HashCodeBuilder. append(float value)
 Append a  hashCodefor afloat. | 
| HashCodeBuilder | HashCodeBuilder. append(float[] array)
 Append a  hashCodefor afloatarray. | 
| HashCodeBuilder | HashCodeBuilder. append(int value)
 Append a  hashCodefor anint. | 
| HashCodeBuilder | HashCodeBuilder. append(int[] array)
 Append a  hashCodefor anintarray. | 
| HashCodeBuilder | HashCodeBuilder. append(long value)
 Append a  hashCodefor along. | 
| HashCodeBuilder | HashCodeBuilder. append(long[] array)
 Append a  hashCodefor alongarray. | 
| HashCodeBuilder | HashCodeBuilder. append(Object object)
 Append a  hashCodefor anObject. | 
| HashCodeBuilder | HashCodeBuilder. append(Object[] array)
 Append a  hashCodefor anObjectarray. | 
| HashCodeBuilder | HashCodeBuilder. append(short value)
 Append a  hashCodefor ashort. | 
| HashCodeBuilder | HashCodeBuilder. append(short[] array)
 Append a  hashCodefor ashortarray. | 
| HashCodeBuilder | HashCodeBuilder. appendSuper(int superHashCode)
 Adds the result of super.hashCode() to this builder. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.