Home
last modified time | relevance | path

Searched defs:incidentEdgeOrder (Results 1 – 25 of 32) sorted by relevance

12

/external/guava/android/guava/src/com/google/common/graph/
DGraphBuilder.java169 public <N1 extends N> GraphBuilder<N1> incidentEdgeOrder(ElementOrder<N1> incidentEdgeOrder) { in incidentEdgeOrder() argument
175 incidentEdgeOrder); in incidentEdgeOrder() local
DValueGraphBuilder.java173 public <N1 extends N> ValueGraphBuilder<N1, V> incidentEdgeOrder( in incidentEdgeOrder() method in ValueGraphBuilder
174 ElementOrder<N1> incidentEdgeOrder) { in incidentEdgeOrder()
180 incidentEdgeOrder); in incidentEdgeOrder() local
DStandardMutableValueGraph.java48 private final ElementOrder<N> incidentEdgeOrder; field in StandardMutableValueGraph
57 public ElementOrder<N> incidentEdgeOrder() { in incidentEdgeOrder() method in StandardMutableValueGraph
DAbstractGraphBuilder.java31 ElementOrder<N> incidentEdgeOrder = ElementOrder.unordered(); field in AbstractGraphBuilder
DAbstractValueGraph.java73 public ElementOrder<N> incidentEdgeOrder() { in asGraph() method in AbstractValueGraph
DBaseGraph.java67 ElementOrder<N> incidentEdgeOrder(); in incidentEdgeOrder() method
DForwardingGraph.java62 public ElementOrder<N> incidentEdgeOrder() { in incidentEdgeOrder() method in ForwardingGraph
DGraph.java152 ElementOrder<N> incidentEdgeOrder(); in incidentEdgeOrder() method
DImmutableGraph.java77 public ElementOrder<N> incidentEdgeOrder() { in incidentEdgeOrder() method in ImmutableGraph
DUndirectedGraphConnections.java48 static <N, V> UndirectedGraphConnections<N, V> of(ElementOrder<N> incidentEdgeOrder) { in of()
DForwardingValueGraph.java64 public ElementOrder<N> incidentEdgeOrder() { in incidentEdgeOrder() method in ForwardingValueGraph
/external/guava/guava/src/com/google/common/graph/
DGraphBuilder.java169 public <N1 extends N> GraphBuilder<N1> incidentEdgeOrder(ElementOrder<N1> incidentEdgeOrder) { in incidentEdgeOrder() argument
175 incidentEdgeOrder); in incidentEdgeOrder() local
DValueGraphBuilder.java173 public <N1 extends N> ValueGraphBuilder<N1, V> incidentEdgeOrder( in incidentEdgeOrder() method in ValueGraphBuilder
174 ElementOrder<N1> incidentEdgeOrder) { in incidentEdgeOrder()
180 incidentEdgeOrder); in incidentEdgeOrder() local
DStandardMutableValueGraph.java48 private final ElementOrder<N> incidentEdgeOrder; field in StandardMutableValueGraph
57 public ElementOrder<N> incidentEdgeOrder() { in incidentEdgeOrder() method in StandardMutableValueGraph
DAbstractGraphBuilder.java31 ElementOrder<N> incidentEdgeOrder = ElementOrder.unordered(); field in AbstractGraphBuilder
DAbstractValueGraph.java74 public ElementOrder<N> incidentEdgeOrder() { in asGraph() method in AbstractValueGraph
DBaseGraph.java67 ElementOrder<N> incidentEdgeOrder(); in incidentEdgeOrder() method
DForwardingGraph.java62 public ElementOrder<N> incidentEdgeOrder() { in incidentEdgeOrder() method in ForwardingGraph
DUndirectedGraphConnections.java48 static <N, V> UndirectedGraphConnections<N, V> of(ElementOrder<N> incidentEdgeOrder) { in of()
DImmutableGraph.java77 public ElementOrder<N> incidentEdgeOrder() { in incidentEdgeOrder() method in ImmutableGraph
DGraph.java152 ElementOrder<N> incidentEdgeOrder(); in incidentEdgeOrder() method
/external/guava/guava-tests/test/com/google/common/graph/
DStandardMutableDirectedGraphTest.java42 private final ElementOrder<Integer> incidentEdgeOrder; field in StandardMutableDirectedGraphTest
45 boolean allowsSelfLoops, ElementOrder<Integer> incidentEdgeOrder) { in StandardMutableDirectedGraphTest()
DStandardMutableUndirectedGraphTest.java42 private final ElementOrder<Integer> incidentEdgeOrder; field in StandardMutableUndirectedGraphTest
45 boolean allowsSelfLoops, ElementOrder<Integer> incidentEdgeOrder) { in StandardMutableUndirectedGraphTest()
/external/guava/android/guava-tests/test/com/google/common/graph/
DStandardMutableDirectedGraphTest.java42 private final ElementOrder<Integer> incidentEdgeOrder; field in StandardMutableDirectedGraphTest
45 boolean allowsSelfLoops, ElementOrder<Integer> incidentEdgeOrder) { in StandardMutableDirectedGraphTest()
DStandardMutableUndirectedGraphTest.java42 private final ElementOrder<Integer> incidentEdgeOrder; field in StandardMutableUndirectedGraphTest
45 boolean allowsSelfLoops, ElementOrder<Integer> incidentEdgeOrder) { in StandardMutableUndirectedGraphTest()

12