- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for updatedValue (0.18 seconds)
-
src/test/java/org/codelibs/fess/util/DocMapTest.java
assertNull(docMap.put("newKey", "newValue")); assertEquals("newValue", docMap.get("newKey")); assertEquals("newValue", docMap.put("newKey", "updatedValue")); assertEquals("updatedValue", docMap.get("newKey")); assertNull(docMap.get("nonexistent")); } @Test public void test_remove() { Map<String, Object> parentMap = new HashMap<>();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 10.7K bytes - Click Count (0)