Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StandardMutableNetwork (0.87 sec)

  1. guava/src/com/google/common/graph/NetworkBuilder.java

      }
    
      /** Returns an empty {@link MutableNetwork} with the properties of this {@link NetworkBuilder}. */
      public <N1 extends N, E1 extends E> MutableNetwork<N1, E1> build() {
        return new StandardMutableNetwork<>(this);
      }
    
      @SuppressWarnings("unchecked")
      private <N1 extends N, E1 extends E> NetworkBuilder<N1, E1> cast() {
        return (NetworkBuilder<N1, E1>) this;
      }
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 7.4K bytes
    - Viewed (0)
Back to top