Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MappingItem (0.06 sec)

  1. 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 + "]";
        }
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 7.6K bytes
    - Viewed (0)
Back to top