Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            if (mappingItemList == null) {
                reload(null);
            }
    
            for (final CharMappingItem mappingItem : mappingItemList) {
                if (id == mappingItem.getId()) {
                    return OptionalEntity.of(mappingItem);
                }
            }
            return OptionalEntity.empty();
        }
    
        @Override
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top