On Thu, 9 Apr 2026 15:12:41 GMT, Andy Goryachev <[email protected]> wrote:

>> Charlie Schlosser has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   copyright update
>
> modules/javafx.controls/src/main/java/javafx/scene/control/TreeTableView.java 
> line 766:
> 
>> 764:     // See JDK-8125681 for the justification and performance gains.
>> 765:     private Map<Integer, SoftReference<TreeItem<S>>> treeItemCacheMap = 
>> new HashMap<>();
>> 766:     // Persistent DFS iterator so that sequential access is O(N) 
>> instead of O(N^2).
> 
> please expand "DFS"

Suggestion:
`// Persistent depth-first iterator ...`

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/2142#discussion_r3059171752

Reply via email to