Home
last modified time | relevance | path

Searched defs:adjacentNodeValues (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/graph/
DUndirectedGraphConnections.java42 private final Map<N, V> adjacentNodeValues; field in UndirectedGraphConnections
44 private UndirectedGraphConnections(Map<N, V> adjacentNodeValues) { in UndirectedGraphConnections()
61 static <N, V> UndirectedGraphConnections<N, V> ofImmutable(Map<N, V> adjacentNodeValues) { in ofImmutable()
DDirectedGraphConnections.java127 private final Map<N, Object> adjacentNodeValues; field in DirectedGraphConnections
143 Map<N, Object> adjacentNodeValues, in DirectedGraphConnections()
184 Map<N, Object> adjacentNodeValues = new HashMap<>(); in ofImmutable() local
/external/guava/android/guava/src/com/google/common/graph/
DUndirectedGraphConnections.java42 private final Map<N, V> adjacentNodeValues; field in UndirectedGraphConnections
44 private UndirectedGraphConnections(Map<N, V> adjacentNodeValues) { in UndirectedGraphConnections()
61 static <N, V> UndirectedGraphConnections<N, V> ofImmutable(Map<N, V> adjacentNodeValues) { in ofImmutable()
DDirectedGraphConnections.java127 private final Map<N, Object> adjacentNodeValues; field in DirectedGraphConnections
143 Map<N, Object> adjacentNodeValues, in DirectedGraphConnections()
184 Map<N, Object> adjacentNodeValues = new HashMap<>(); in ofImmutable() local