Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
|
com.google.common.io |
This package contains utility methods and classes for working with Java I/O; for example input
streams, output streams, readers, writers, and files.
|
Modifier and Type | Method and Description |
---|---|
static <T> TreeTraverser<T> |
TreeTraverser.using(Function<T,? extends java.lang.Iterable<T>> nodeToChildrenFunction)
Deprecated.
Use
Traverser.forTree(com.google.common.graph.SuccessorsFunction<N>) instead. If you are using a
lambda, these methods have exactly the same signature. |
Modifier and Type | Field and Description |
---|---|
private static TreeTraverser<java.io.File> |
Files.FILE_TREE_TRAVERSER |
Modifier and Type | Method and Description |
---|---|
(package private) static TreeTraverser<java.io.File> |
Files.fileTreeTraverser()
Deprecated.
The returned
TreeTraverser type is deprecated. Use the replacement method
Files.fileTraverser() instead with the same semantics as this method. |