Home
last modified time | relevance | path

Searched refs:valueGraph (Results 1 – 2 of 2) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/graph/
DTraverserTest.java762 MutableValueGraph<String, Integer> valueGraph = ValueGraphBuilder.directed().build(); in forTree_acceptsDirectedValueGraph() local
763 valueGraph.putEdgeValue("a", "b", 11); in forTree_acceptsDirectedValueGraph()
765 Traverser.forTree(valueGraph); // Does not throw in forTree_acceptsDirectedValueGraph()
770 MutableValueGraph<String, Integer> valueGraph = ValueGraphBuilder.undirected().build(); in forTree_withUndirectedValueGraph_throws() local
771 valueGraph.putEdgeValue("a", "b", 11); in forTree_withUndirectedValueGraph_throws()
774 Traverser.forTree(valueGraph); in forTree_withUndirectedValueGraph_throws()
/external/guava/guava-tests/test/com/google/common/graph/
DTraverserTest.java762 MutableValueGraph<String, Integer> valueGraph = ValueGraphBuilder.directed().build(); in forTree_acceptsDirectedValueGraph() local
763 valueGraph.putEdgeValue("a", "b", 11); in forTree_acceptsDirectedValueGraph()
765 Traverser.forTree(valueGraph); // Does not throw in forTree_acceptsDirectedValueGraph()
770 MutableValueGraph<String, Integer> valueGraph = ValueGraphBuilder.undirected().build(); in forTree_withUndirectedValueGraph_throws() local
771 valueGraph.putEdgeValue("a", "b", 11); in forTree_withUndirectedValueGraph_throws()
774 Traverser.forTree(valueGraph); in forTree_withUndirectedValueGraph_throws()