You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before java7 was available dcache have added org.dcache.util.list.DirectoryStream which is made as close as possible to java.nio.file.DirectoryStream. Since java7 is already released for years, we can finally drop custom interface and adopt it's the JDK provided analogue.