- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for poll (0.01 sec)
-
RenderDataUtil.java
p(value)); L35: } else { L36: if (value instanceof final Collection<?> coll && !coll.isEmpty()) { L37: // care performance for List that the most frequent pattern L38: final Object first = coll instanceof List<?> ? ((List<?>) coll).get(0) : coll.iterator().next(); L39: if (first instanceof Entity) { L40: data.register(key, coll.stream().map(BeanUtil::copyBeanToNewMap).collect(Collectors.toList())); L41: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 1.7K bytes