Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MappingFile (0.13 sec)

  1. src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java

         *
         * @return a string containing the path, mapping items, and ID of this file
         */
        @Override
        public String toString() {
            return "MappingFile [path=" + path + ", mappingItemList=" + mappingItemList + ", id=" + id + "]";
        }
    
        /**
         * Inner class for handling updates to the character mapping file.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 20 05:56:45 UTC 2025
    - 15.3K bytes
    - Viewed (0)
Back to top