- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for performance (0.08 sec)
-
RenderDataUtil.java
L33: if (value instanceof Entity) { L34: data.register(key, BeanUtil.copyBeanToNewMap(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,...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 1.7K bytes