Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for host (0.1 sec)

  1. android/guava-testlib/src/com/google/common/testing/FreshValueGenerator.java

            // values for their generic parameter types.
            Object argValue = generate(paramType);
            if (argValue == null) {
              // When a parameter of a @Generates method cannot be created,
              // The type most likely is a collection.
              // Our distinct proxy doesn't work for collections.
              // So just refuse to generate.
              return null;
            }
            args.add(argValue);
          }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 17 16:33:44 UTC 2024
    - 28K bytes
    - Viewed (0)
Back to top