| Package | Description |
|---|---|
| org.mule.metadata.internal.utils |
| Modifier and Type | Method and Description |
|---|---|
EfficientReflectionHashCode |
EfficientReflectionHashCode.append(boolean value)
Append a
hashCode for a boolean. |
EfficientReflectionHashCode |
EfficientReflectionHashCode.append(byte value)
Append a
hashCode for a byte. |
EfficientReflectionHashCode |
EfficientReflectionHashCode.append(char value)
Append a
hashCode for a char. |
EfficientReflectionHashCode |
EfficientReflectionHashCode.append(double value)
Append a
hashCode for a double. |
EfficientReflectionHashCode |
EfficientReflectionHashCode.append(float value)
Append a
hashCode for a float. |
EfficientReflectionHashCode |
EfficientReflectionHashCode.append(int value)
Append a
hashCode for an int. |
EfficientReflectionHashCode |
EfficientReflectionHashCode.append(long value)
Append a
hashCode for a long. |
EfficientReflectionHashCode |
EfficientReflectionHashCode.append(Object object)
Append a
hashCode for an Object. |
EfficientReflectionHashCode |
EfficientReflectionHashCode.append(short value)
Append a
hashCode for a short. |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.