Class JimfsSecureDirectoryStream.DirectoryIterator

  • All Implemented Interfaces:
    java.util.Iterator<java.nio.file.Path>
    Enclosing class:
    JimfsSecureDirectoryStream

    private final class JimfsSecureDirectoryStream.DirectoryIterator
    extends com.google.common.collect.AbstractIterator<java.nio.file.Path>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private @Nullable java.util.Iterator<Name> fileNames  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DirectoryIterator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.nio.file.Path computeNext()  
      • Methods inherited from class com.google.common.collect.AbstractIterator

        endOfData, hasNext, next, peek
      • Methods inherited from class com.google.common.collect.UnmodifiableIterator

        remove
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Field Detail

      • fileNames

        private @Nullable java.util.Iterator<Name> fileNames
    • Constructor Detail

      • DirectoryIterator

        private DirectoryIterator()
    • Method Detail

      • computeNext

        protected java.nio.file.Path computeNext()
        Specified by:
        computeNext in class com.google.common.collect.AbstractIterator<java.nio.file.Path>