- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for MappingItem (0.06 seconds)
-
src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Dec 20 05:56:45 GMT 2025 - 15.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/mapping/CharMappingItem.java
* Returns a string representation of this CharMappingItem including all fields. * * @return string representation of this object */ @Override public String toString() { return "MappingItem [id=" + id + ", inputs=" + Arrays.toString(inputs) + ", output=" + output + ", newInputs=" + Arrays.toString(newInputs) + ", newOutput=" + newOutput + "]"; } /**Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 7.9K bytes - Click Count (0)