Class DefaultGomLangInfo.GomLangHashCode
java.lang.Object
de.espirit.common.util.HashCode
de.espirit.firstspirit.access.store.templatestore.gom.DefaultGomLangInfo.GomLangHashCode
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DefaultGomLangInfo
Hash code storage object.
- Since:
- 4.0.93
- See Also:
-
Field Summary
Fields inherited from class de.espirit.common.util.HashCode
DEFAULT_COMBINATION_FACTOR, DEFAULT_INITIAL_CODE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
append()
Append the relevant information to the hash code.
-
Constructor Details
-
GomLangHashCode
public GomLangHashCode(int initialCode) Constructor based on an initial code.- Parameters:
initialCode
- The initial code.- Since:
- 4.0.93
-
-
Method Details