-
Enhancement
-
Resolution: Fixed
-
P4
-
None
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);
List<PathElement> elements = ...
Path path = new path(elements);
- relates to
-
JDK-8100731 Provide constructor for Path that takes elements
-
- Resolved
-