- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for PredecessorsFunction (0.06 sec)
-
android/guava/src/com/google/common/graph/ArchetypeGraph.java
* {@link Network}. * * @author Joshua O'Madadhain * @param <N> Node parameter type */ interface ArchetypeGraph<N> extends SuccessorsFunction<N>, PredecessorsFunction<N> { // // Graph-level accessors // /** Returns all nodes in this graph, in the order specified by {@link #nodeOrder()}. */ Set<N> nodes(); // // Graph properties // /**Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Nov 11 17:11:16 UTC 2025 - 7.5K bytes - Viewed (0)