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

Change the comparator taking version of GrowableArray::find to be a template method

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 22
    • 22
    • hotspot
    • b26

      Switch int find(void* token, bool f(void*, E)) const;
      To int find(T* token, bool f(T*, E)) const;

            azafari Afshin Zafari
            jsjolen Johan Sjölen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: