- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for CharMappingItem (0.08 sec)
-
src/main/java/org/codelibs/fess/dict/mapping/CharMappingItem.java
/** * Calculates the hash code for this CharMappingItem based on inputs and output. * * @return the hash code value for this object */ @Override public int hashCode() { return Objects.hash(Arrays.hashCode(inputs), output); } /** * Compares this CharMappingItem with another object for equality. * Two CharMappingItem objects are equal if they have the same inputs and output.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 07:09:00 UTC 2025 - 7.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 15.3K bytes - Viewed (0)