Home
last modified time | relevance | path

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

12

/external/guava/guava/src/com/google/common/graph/
DGraphBuilder.java159 public <N1 extends N> GraphBuilder<N1> incidentEdgeOrder(ElementOrder<N1> incidentEdgeOrder) { in incidentEdgeOrder() argument
165 incidentEdgeOrder); in incidentEdgeOrder() local
DValueGraphBuilder.java163 public <N1 extends N> ValueGraphBuilder<N1, V> incidentEdgeOrder( in incidentEdgeOrder() method in ValueGraphBuilder
164 ElementOrder<N1> incidentEdgeOrder) { in incidentEdgeOrder()
170 incidentEdgeOrder); in incidentEdgeOrder() local
DStandardMutableValueGraph.java44 private final ElementOrder<N> incidentEdgeOrder; field in StandardMutableValueGraph
53 public ElementOrder<N> incidentEdgeOrder() { in incidentEdgeOrder() method in StandardMutableValueGraph
DAbstractGraphBuilder.java30 ElementOrder<N> incidentEdgeOrder = ElementOrder.unordered(); field in AbstractGraphBuilder
DUndirectedGraphConnections.java47 static <N, V> UndirectedGraphConnections<N, V> of(ElementOrder<N> incidentEdgeOrder) { in of()
DAbstractValueGraph.java72 public ElementOrder<N> incidentEdgeOrder() { in asGraph() method in AbstractValueGraph
DBaseGraph.java66 ElementOrder<N> incidentEdgeOrder(); in incidentEdgeOrder() method
DForwardingGraph.java61 public ElementOrder<N> incidentEdgeOrder() { in incidentEdgeOrder() method in ForwardingGraph
DGraph.java151 ElementOrder<N> incidentEdgeOrder(); in incidentEdgeOrder() method
DImmutableGraph.java76 public ElementOrder<N> incidentEdgeOrder() { in incidentEdgeOrder() method in ImmutableGraph
/external/guava/android/guava/src/com/google/common/graph/
DGraphBuilder.java159 public <N1 extends N> GraphBuilder<N1> incidentEdgeOrder(ElementOrder<N1> incidentEdgeOrder) { in incidentEdgeOrder() argument
165 incidentEdgeOrder); in incidentEdgeOrder() local
DValueGraphBuilder.java163 public <N1 extends N> ValueGraphBuilder<N1, V> incidentEdgeOrder( in incidentEdgeOrder() method in ValueGraphBuilder
164 ElementOrder<N1> incidentEdgeOrder) { in incidentEdgeOrder()
170 incidentEdgeOrder); in incidentEdgeOrder() local
DStandardMutableValueGraph.java44 private final ElementOrder<N> incidentEdgeOrder; field in StandardMutableValueGraph
53 public ElementOrder<N> incidentEdgeOrder() { in incidentEdgeOrder() method in StandardMutableValueGraph
DAbstractGraphBuilder.java30 ElementOrder<N> incidentEdgeOrder = ElementOrder.unordered(); field in AbstractGraphBuilder
DUndirectedGraphConnections.java47 static <N, V> UndirectedGraphConnections<N, V> of(ElementOrder<N> incidentEdgeOrder) { in of()
DAbstractValueGraph.java71 public ElementOrder<N> incidentEdgeOrder() { in asGraph() method in AbstractValueGraph
DBaseGraph.java66 ElementOrder<N> incidentEdgeOrder(); in incidentEdgeOrder() method
DForwardingGraph.java61 public ElementOrder<N> incidentEdgeOrder() { in incidentEdgeOrder() method in ForwardingGraph
DGraph.java151 ElementOrder<N> incidentEdgeOrder(); in incidentEdgeOrder() method
DImmutableGraph.java76 public ElementOrder<N> incidentEdgeOrder() { in incidentEdgeOrder() method in ImmutableGraph
DForwardingValueGraph.java63 public ElementOrder<N> incidentEdgeOrder() { in incidentEdgeOrder() method in ForwardingValueGraph
/external/guava/guava-tests/test/com/google/common/graph/
DStandardMutableUndirectedGraphTest.java42 private final ElementOrder<Integer> incidentEdgeOrder; field in StandardMutableUndirectedGraphTest
45 boolean allowsSelfLoops, ElementOrder<Integer> incidentEdgeOrder) { in StandardMutableUndirectedGraphTest()
DStandardMutableDirectedGraphTest.java42 private final ElementOrder<Integer> incidentEdgeOrder; field in StandardMutableDirectedGraphTest
45 boolean allowsSelfLoops, ElementOrder<Integer> incidentEdgeOrder) { in StandardMutableDirectedGraphTest()
/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