Package org.uberfire.backend.vfs.impl
Class DirectoryStreamImpl
- java.lang.Object
-
- org.uberfire.backend.vfs.impl.DirectoryStreamImpl
-
- All Implemented Interfaces:
Iterable<org.uberfire.backend.vfs.Path>,DirectoryStream<org.uberfire.backend.vfs.Path>
@Portable public class DirectoryStreamImpl extends Object implements DirectoryStream<org.uberfire.backend.vfs.Path>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.uberfire.backend.vfs.DirectoryStream
DirectoryStream.Filter<T>
-
-
Constructor Summary
Constructors Constructor Description DirectoryStreamImpl(List<org.uberfire.backend.vfs.Path> content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<org.uberfire.backend.vfs.Path>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-