Home
last modified time | relevance | path

Searched refs:ValueGraph (Results 1 – 25 of 26) sorted by relevance

12

/external/guava/android/guava/src/com/google/common/graph/
DAbstractValueGraph.java40 implements ValueGraph<N, V> {
112 if (!(obj instanceof ValueGraph)) {
115 ValueGraph<?, ?> other = (ValueGraph<?, ?>) obj;
140 private static <N, V> Map<EndpointPair<N>, V> edgeValueMap(final ValueGraph<N, V> graph) {
DImmutableValueGraph.java48 private ImmutableValueGraph(ValueGraph<N, V> graph) { in ImmutableValueGraph()
53 public static <N, V> ImmutableValueGraph<N, V> copyOf(ValueGraph<N, V> graph) { in copyOf()
80 ValueGraph<N, V> graph) { in getNodeConnections()
92 final ValueGraph<N, V> graph, final N node) { in connectionsOf()
DGraphs.java223 public static <N, V> ValueGraph<N, V> transpose(ValueGraph<N, V> graph) { in transpose()
323 private final ValueGraph<N, V> graph;
325 TransposedValueGraph(ValueGraph<N, V> graph) {
330 protected ValueGraph<N, V> delegate() {
492 ValueGraph<N, V> graph, Iterable<? extends N> nodes) {
552 public static <N, V> MutableValueGraph<N, V> copyOf(ValueGraph<N, V> graph) {
DMutableValueGraph.java32 public interface MutableValueGraph<N, V> extends ValueGraph<N, V> {
DValueGraph.java110 public interface ValueGraph<N, V> extends BaseGraph<N> { interface
DForwardingValueGraph.java31 protected abstract ValueGraph<N, V> delegate(); in delegate()
DValueGraphBuilder.java94 public static <N, V> ValueGraphBuilder<N, V> from(ValueGraph<N, V> graph) { in from()
/external/guava/guava/src/com/google/common/graph/
DAbstractValueGraph.java41 implements ValueGraph<N, V> {
123 if (!(obj instanceof ValueGraph)) {
126 ValueGraph<?, ?> other = (ValueGraph<?, ?>) obj;
151 private static <N, V> Map<EndpointPair<N>, V> edgeValueMap(final ValueGraph<N, V> graph) {
DImmutableValueGraph.java48 private ImmutableValueGraph(ValueGraph<N, V> graph) { in ImmutableValueGraph()
53 public static <N, V> ImmutableValueGraph<N, V> copyOf(ValueGraph<N, V> graph) { in copyOf()
80 ValueGraph<N, V> graph) { in getNodeConnections()
92 final ValueGraph<N, V> graph, final N node) { in connectionsOf()
DGraphs.java221 public static <N, V> ValueGraph<N, V> transpose(ValueGraph<N, V> graph) { in transpose()
321 private final ValueGraph<N, V> graph;
323 TransposedValueGraph(ValueGraph<N, V> graph) {
328 protected ValueGraph<N, V> delegate() {
508 ValueGraph<N, V> graph, Iterable<? extends N> nodes) {
568 public static <N, V> MutableValueGraph<N, V> copyOf(ValueGraph<N, V> graph) {
DMutableValueGraph.java32 public interface MutableValueGraph<N, V> extends ValueGraph<N, V> {
DValueGraph.java111 public interface ValueGraph<N, V> extends BaseGraph<N> { interface
DForwardingValueGraph.java32 protected abstract ValueGraph<N, V> delegate(); in delegate()
DValueGraphBuilder.java94 public static <N, V> ValueGraphBuilder<N, V> from(ValueGraph<N, V> graph) { in from()
/external/guava/android/guava-tests/test/com/google/common/graph/
DTestUtil.java59 static void assertStronglyEquivalent(ValueGraph<?, ?> graphA, ValueGraph<?, ?> graphB) { in assertStronglyEquivalent() argument
DImmutableValueGraphTest.java46 ValueGraph<String, Integer> graph1 = in copyOfImmutableValueGraph_optimized()
48 ValueGraph<String, Integer> graph2 = ImmutableValueGraph.copyOf(graph1); in copyOfImmutableValueGraph_optimized()
DGraphsTest.java271 ValueGraph<Integer, String> transpose = transpose(directedGraph); in transpose_directedValueGraph()
436 ValueGraph<Integer, String> directedGraph = buildDirectedValueGraph(); in copyOf_directedValueGraph()
438 ValueGraph<Integer, String> copy = copyOf(directedGraph); in copyOf_directedValueGraph()
444 ValueGraph<Integer, String> undirectedGraph = buildUndirectedValueGraph(); in copyOf_undirectedValueGraph()
446 ValueGraph<Integer, String> copy = copyOf(undirectedGraph); in copyOf_undirectedValueGraph()
/external/guava/guava-tests/test/com/google/common/graph/
DTestUtil.java59 static void assertStronglyEquivalent(ValueGraph<?, ?> graphA, ValueGraph<?, ?> graphB) { in assertStronglyEquivalent() argument
DImmutableValueGraphTest.java46 ValueGraph<String, Integer> graph1 = in copyOfImmutableValueGraph_optimized()
48 ValueGraph<String, Integer> graph2 = ImmutableValueGraph.copyOf(graph1); in copyOfImmutableValueGraph_optimized()
DGraphsTest.java271 ValueGraph<Integer, String> transpose = transpose(directedGraph); in transpose_directedValueGraph()
437 ValueGraph<Integer, String> directedGraph = buildDirectedValueGraph(); in copyOf_directedValueGraph()
439 ValueGraph<Integer, String> copy = copyOf(directedGraph); in copyOf_directedValueGraph()
445 ValueGraph<Integer, String> undirectedGraph = buildUndirectedValueGraph(); in copyOf_undirectedValueGraph()
447 ValueGraph<Integer, String> copy = copyOf(undirectedGraph); in copyOf_undirectedValueGraph()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
Dguava-21.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/cldr/tools/java/libs/
Dguava.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/dagger2/java/dagger/internal/codegen/kythe/
Dkythe_plugin_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...

12