Node.lookupAll to use Set instead of List

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • 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.

            Assignee:
            Andy Goryachev
            Reporter:
            Andy Goryachev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: