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

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

XMLWordPrintable

      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);

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

              Created:
              Updated:
              Imported: