Home
last modified time | relevance | path

Searched refs:DirectedNetworkConnections (Results 1 – 6 of 6) sorted by relevance

/external/guava/android/guava/src/com/google/common/graph/
DDirectedNetworkConnections.java35 final class DirectedNetworkConnections<N, E> extends AbstractDirectedNetworkConnections<N, E> { class
37 protected DirectedNetworkConnections( in DirectedNetworkConnections() method in DirectedNetworkConnections
42 static <N, E> DirectedNetworkConnections<N, E> of() { in of()
43 return new DirectedNetworkConnections<>( in of()
47 static <N, E> DirectedNetworkConnections<N, E> ofImmutable( in ofImmutable()
49 return new DirectedNetworkConnections<>( in ofImmutable()
DStandardMutableNetwork.java168 : DirectedNetworkConnections.<N, E>of() in newConnections()
DImmutableNetwork.java107 : DirectedNetworkConnections.ofImmutable(inEdgeMap, outEdgeMap, selfLoopCount); in connectionsOf()
/external/guava/guava/src/com/google/common/graph/
DDirectedNetworkConnections.java35 final class DirectedNetworkConnections<N, E> extends AbstractDirectedNetworkConnections<N, E> { class
37 protected DirectedNetworkConnections( in DirectedNetworkConnections() method in DirectedNetworkConnections
42 static <N, E> DirectedNetworkConnections<N, E> of() { in of()
43 return new DirectedNetworkConnections<>( in of()
47 static <N, E> DirectedNetworkConnections<N, E> ofImmutable( in ofImmutable()
49 return new DirectedNetworkConnections<>( in ofImmutable()
DStandardMutableNetwork.java168 : DirectedNetworkConnections.<N, E>of() in newConnections()
DImmutableNetwork.java107 : DirectedNetworkConnections.ofImmutable(inEdgeMap, outEdgeMap, selfLoopCount); in connectionsOf()