Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8318842

Node.lookupAll to use Set instead of List

XMLWordPrintable

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

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

              Created:
              Updated: