Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

                        }
                        continue;
                    }
    
                    id++;
                    final CharMappingItem item = new CharMappingItem(id, inputs, output);
    
                    if (updater != null) {
                        final CharMappingItem newItem = updater.write(item);
                        if (newItem != null) {
                            itemList.add(newItem);
                        } else {
    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