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

Supply a Path constructor which accepts collections

XMLWordPrintable

      In a post Java 5 world it seems odd that Path does not have a constructor which accepts a collection of path elements. I request that one such constructor is implemented allowing me to write code like

      List<PathElement> elements = ...
      Path path = new path(elements);

        1. rt-18533.patch
          2 kB
          Tomáš Brandalík

            msladecek Martin Sládeček
            risaksen Randahl Isaksen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: