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

add List.indexOfMatch(Predicate)

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P3 P3
    • tbd
    • None
    • core-libs

      The List.indexOf(obj) method finds the index of the first element of the list that is equal to the argument. There should be a variation that takes a predicate and finds the index of the first element of the list that matches the predicate.

      There is also a List.lastIndexOf(obj), so similarly there should be a List.lastIndexOfMatch(Predicate).

            Unassigned Unassigned
            smarks Stuart Marks
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: