- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for createSnakeMap (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/entity/ParamMapTest.java
import java.util.Map; import org.codelibs.fess.unit.UnitFessTestCase; import org.junit.jupiter.api.Test; public class ParamMapTest extends UnitFessTestCase { private ParamMap<Object, Object> createSnakeMap() { final Map<Object, Object> map = new HashMap<>(); map.put("aaa", "111"); map.put("aaa_bbb", "222"); map.put("aaa_bbb_ccc", "333"); map.put("ccc.ddd", "444");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 4.5K bytes - Click Count (1)