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
public class DefaultGomLangInfo.GomLangHashCode
extends de.espirit.common.util.HashCode
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
append()
Append the relevant information to the hash code.Methods inherited from class de.espirit.common.util.HashCode
append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, beDirty, toHashCode
-
Constructor Details
-
GomLangHashCode
public GomLangHashCode(int initialCode) Constructor based on an initial code.- Parameters:
initialCode
- The initial code.- Since:
- 4.0.93
-
-
Method Details
-
append
protected void append()Append the relevant information to the hash code.- Specified by:
append
in classde.espirit.common.util.HashCode
- Since:
- 4.0.93
-