Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ArchetypeGraph (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/guava/src/com/google/common/graph/Network.java

     * @param <N> Node parameter type
     * @param <E> Edge parameter type
     * @since 20.0
     */
    @DoNotMock("Use NetworkBuilder to create a real instance")
    public interface Network<N, E> extends ArchetypeGraph<N> {
      //
      // Network-level accessors
      //
    
      /** Returns all edges in this network, in the order specified by {@link #edgeOrder()}. */
      Set<E> edges();
    
      /**
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 11 01:10:31 GMT 2026
    - 17.6K bytes
    - Click Count (0)
Back to Top