-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: javafx
-
None
Non-public List<Node> lookupAll(Selector selector, List<Node> results); method is using (Linked)List the contents of which is later put into a Set.
This should probably be optimized to use the (Hash)Set.
This should probably be optimized to use the (Hash)Set.