- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetFloat_withFloatValue (0.16 seconds)
-
src/test/java/org/codelibs/fess/suggest/util/MapValueExtractorTest.java
map.put("null", null); assertNull(MapValueExtractor.getLong(map, "null")); assertNull(MapValueExtractor.getLong(map, "missing")); } @Test public void testGetFloat_withFloatValue() { Map<String, Object> map = new HashMap<>(); map.put("float", 1.5f); map.put("double", 2.5d); map.put("int", 3); map.put("string", "4.5");
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sun Feb 01 12:48:24 GMT 2026 - 6.4K bytes - Click Count (0)