Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. android/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 Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Jun 03 01:21:31 UTC 2022
    - 7.4K bytes
    - Viewed (0)
Back to top