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

List remove at index has same method name similar to remove at object

XMLWordPrintable

      ADDITIONAL SYSTEM INFORMATION :
      Java 21, Windows

      A DESCRIPTION OF THE PROBLEM :
      The List has remove at index method with arguments as primitive integer remove(int). This is similar to the remove object for Integer wrapper type remove(Integer).
      For better readability, the remove at index can be renamed as removeAtIndex(int).


            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: