public interface FileSearch<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
FileSearch.ByFile |
static class |
FileSearch.ByFileRecursive |
static class |
FileSearch.ByPath |
static class |
FileSearch.ByPathRecursive |
| Modifier and Type | Method and Description |
|---|---|
Iterator<T> |
iterator() |
default java.util.stream.Stream<T> |
stream() |
default java.util.stream.Stream<T> stream()
Copyright © 2017. All rights reserved.