- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for nodeOrder (0.05 sec)
-
android/guava/src/com/google/common/graph/ArchetypeGraph.java
*/ 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 // /** * Returns true if the edges in this graph are directed. Directed edges connect a {@link
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Nov 11 17:11:16 UTC 2025 - 7.5K bytes - Viewed (0)