Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SuccessorsFunction (0.17 sec)

  1. android/guava/src/com/google/common/graph/Traverser.java

    /**
     * An object that can traverse the nodes that are reachable from a specified (set of) start node(s)
     * using a specified {@link SuccessorsFunction}.
     *
     * <p>There are two entry points for creating a {@code Traverser}: {@link
     * #forTree(SuccessorsFunction)} and {@link #forGraph(SuccessorsFunction)}. You should choose one
     * based on your answers to the following questions:
     *
     * <ol>
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue May 30 20:12:45 GMT 2023
    - 19.8K bytes
    - Viewed (0)
Back to top