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

Convert var-arg ObservableList methods to defender methods to avoid duplicate implementations

    XMLWordPrintable

Details

    Description

      Following methods can be converted to defender methods directly in ObservableList:

      public boolean addAll(E... elements);
      public boolean setAll(E... elements);
      public boolean removeAll(E... elements);
      public boolean retainAll(E... elements);
      public void remove(int from, int to);

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              msladecek Martin Sládeček
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Imported: