Constructor and Description |
---|
EmptyScanner() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Result> |
all()
Returns all remaining results.
|
void |
close() |
java.util.Iterator<Result> |
iterator() |
java.util.Optional<Result> |
one()
Returns the next result.
|
public java.util.Optional<Result> one()
Scanner
public java.util.List<Result> all()
Scanner
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable