MCPcopy
hub / github.com/google/guava / nodeOrder

Method nodeOrder

android/guava/src/com/google/common/graph/Graph.java:138–138  ·  view source on GitHub ↗

Returns the order of iteration for the elements of {@link #nodes()}.

()

Source from the content-addressed store, hash-verified

136
137 /** Returns the order of iteration for the elements of {@link #nodes()}. */
138 @Override
139 ElementOrder<N> nodeOrder();
140
141 /**

Callers 15

nodeOrderMethod · 0.65
fromMethod · 0.65
nodeOrderMethod · 0.65
nodeOrderMethod · 0.65
fromMethod · 0.65
nodeOrderMethod · 0.65
fromMethod · 0.65
nodeOrderMethod · 0.65
nodeOrderMethod · 0.65
createGraphMethod · 0.65
createGraphMethod · 0.65
nodeOrder_noneMethod · 0.65

Calls

no outgoing calls

Tested by 15

createGraphMethod · 0.52
createGraphMethod · 0.52
nodeOrder_noneMethod · 0.52
nodeOrder_insertionMethod · 0.52
nodeOrder_defaultMethod · 0.52
nodeOrder_naturalMethod · 0.52
nodeOrder_sortedMethod · 0.52
edgeOrder_noneMethod · 0.52
edgeOrder_insertionMethod · 0.52
edgeOrder_defaultMethod · 0.52
edgeOrder_naturalMethod · 0.52
edgeOrder_sortedMethod · 0.52