JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.trino.filesystem
Interface FileIterator
public interface
FileIterator
Method Summary
All Methods
Static Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
static
FileIterator
empty
()
boolean
hasNext
()
FileEntry
next
()
Method Details
hasNext
boolean
hasNext
() throws
IOException
Throws:
IOException
next
FileEntry
next
() throws
IOException
Throws:
IOException
empty
static
FileIterator
empty
()